UW-UPL/uw-upl.github.io

Make a nice readme

Closed this issue · 7 comments

Make a nice readme

@mjneil How do I serve the website locally?

Each folder within the content/ directory also needs readmes

Accidently closed this, didn't mean to.

@LOZORD to run locally, just make sure you have python installed. then go to the local directory the site is on your terminal and run

python -m SimpleHTTPServer 8080

You can then access the page at localhost:8080/

I'll also add this to the main readme

Reopening as the readme will need more info such as

How to use sass to compile the CSS for the site
More I can't think of atm

edit:
Each content folder needs a readme for a description of how the json is structured

A package file that allows you to do
npm install
npm build (for generating new CSS files)
and
npm start
Would be super coolio

Would this be a good use for webpack?