This project stores development environment used for Texas Security Awareness Week (TexSAW) webpage. Actual webpage is compiled from scss and pug files included in this repository.
- Make sure you have node.js and npm installed.
npm install
: Run once to install required dependencies locally.npm run dev
: Run development server on port 8081. This server watchs modified files automatically and compiles them intowww
directory.npm run edit
: Open source code files in the default editor ($EDITOR
).- Just copy contents of
www
directory to web server to publish.
Omer Ozarslan