Skip to content

medialab/forccast-website

Repository files navigation

forccast-website

Installation

If you want to run your instance of forccast-website locally on your machine, be sure you have the following requirements installed.

Requirements

Instructions

Clone forccast-website from the command line:

$ git clone https://github.com/calibro/forccast-website.git

browse to forccast-website root folder:

$ cd forccast-website

install dependencies:

$ npm install
$ bower install

add data folder:

$ mkdir data

Before building the website add data files using forccast-backoffice

You can now run forccast-website in dev mode from local web server.

$ node build-dev.js

Once this is running, go to http://localhost:8081/.

Production

The push to prod script build-prod.js will execute the deployProd.bash script we need to specify depending on your production environnement. The sample provided show an example with rsync.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published