-
Notifications
You must be signed in to change notification settings - Fork 6
How to run
juhis edited this page Nov 26, 2015
·
1 revision
- Make sure you have Node.js and Redis installed. On OS X, the most convenient way to install them is using Homebrew.
- Download/clone/fork the Gene Network repository.
- Go to the root directory of the repository and run
to install the required npm packages (as listed in package.json).
npm install
- Build the client-side React application:
or
npm run build
to rebuild every time there is a change in the source code.npm run build:watch
- Run the Redis server:
/path-to-if-needed/redis-server
- Start the Sails application:
npm start
- Go to http://localhost:1337 and if all is well, you will see the landing page of the website.