This is the app powering the nurj website. This project uses prismic as the CMS backend and pug templates to render files.
Install node and npm. The recommended way of doing this is through nvm.
Once you have npm, type the following into your command line:
npm clone [email protected]:nurj/nurj.git
cd nurj
npm install
npm start
The project will recompile your files as you make changes.