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 ae1842ffe3 Fix font size 3 weeks ago
.vscode New design changes, updated copy, changed ivan picture 5 years ago
helpers WIP on blog 8 months ago
pages Progres on blog 1 month ago
partials Progres on blog 1 month ago
site Fix font size 3 weeks ago
.gitignore Rebuild site on top of intaj 1 year ago
.stylelintrc.json Start using stylelint 3 years ago
README.md Add run to npm commands 8 months ago
package-lock.json WIP work index and pages 1 year ago
package.json Merge branch 'master' into blog 6 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.