The Amoeba Collective.
To run the website locally
Steps:-
-
Clone the website repo.
$ git clone https://github.com/amoebagroup/website.git
-
Check the requirements.txt file and ensure all requirements are fulfilled
-
Once clone change directory
$ cd website/
-
install all the required packages
$ npm install
-
Your system is ready to run the server.
$ node server.js
-
Open your browser and got to url 'localhost:8080'.