sigsep / website

https://sigsep.github.io/
105 stars 36 forks source link

SIGSEP website

All the content is in markdown and can be edited on github right away. For convenience, the site can be run locally using the following procedure:

Usage

# installation
npm install

# start local editing
npm run dev

# build static website
npm run build

# deploy site
sh deploy.sh