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 38e5ce39cc Update intaj version 2 months ago
.vscode New design changes, updated copy, changed ivan picture 4 years ago
pages Hide glitchware, add cloud gobblers, finish accelerator 5 months ago
partials Link menu to work page 4 months ago
site Fix video encoding 3 months ago
.gitignore Rebuild site on top of intaj 10 months ago
.stylelintrc.json Start using stylelint 2 years ago
README.md Add run to npm commands 3 months ago
package-lock.json WIP work index and pages 8 months ago
package.json Update intaj version 2 months ago

README.md

emma.coop

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

Usage

npm install
npm run build # builds site into out/ directory
npm run watch # rebuilds site on file change, serves site at localhost:8900
npm run 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.