/nurj

NURJ website

Primary LanguageJavaScript

nurj website

This is the app powering the nurj website. This project uses prismic as the CMS backend and pug templates to render files.

get started

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 git@github.com:nurj/nurj.git
cd nurj
npm install
npm start

The project will recompile your files as you make changes.