The EMMA Website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ramsey Nasser 7bd835c4f8 Link menu to work page 1 month ago
.vscode New design changes, updated copy, changed ivan picture 4 years ago
pages Hide glitchware, add cloud gobblers, finish accelerator 2 months ago
partials Link menu to work page 1 month ago
site Language tweaks 1 month ago
.gitignore Rebuild site on top of intaj 7 months ago
.stylelintrc.json Start using stylelint 2 years ago
README.md Add README 7 months ago
package-lock.json WIP work index and pages 5 months ago
package.json Progress on work pages 2 months ago

README.md

emma.coop

Website of the EMMA Technology Cooperative, the source code behind https://emma.coop/

Usage

npm install
npm build # builds site into out/ directory
npm watch # rebuilds site on file change, serves site at localhost:8900
npm deploy # deploy contents of out/ to emma.coop

intaj

This site is built with the intaj static site generator. Refer to it for more documentation.