This repository will contain the front end website source for Statik.
In order to contribute to the site, you'll want to setup a development server. Follow the steps below in order to do so:
sudo apt-get install node npm mongodb-server
mongo
command
sudo mkdir -p /data/db/ && sudo chown `id -u` /data/db
npm install
and wait for the dependencies to installnode server.js
to run the development serverYou can choose an alternative port by setting the PORT environmental variable. Running something like PORT=8080 node server.js
should work.
Alternatively, if you'd like a ready-made development environment you could look into this vagrant box.