Voyage-4
CMS to organise chingu github wiki's.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
See deployment for notes on how to deploy the project on a live system.
Node
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
Mongo
sudo apt-get install mongodb-org
A step by step series of examples that tell you have to get a development env running
-
clone repo
git clone https://github.com/chingu-voyage4/Bears-Team-25.git
-
install packages:
cd frontend
npm install
cd ..
npm install
-
create dotenv file
cp sample.env .env
-
seed db
npm run seed
-
npm run dev
create .env.test file cp sample.env .env.test
npm run test
or
yarn test
Explain what these tests test and why
Give an example
npm run lint
or
yarn lint
Create a new mongodb on mLab, clone project and push to heroku.
git clone https://github.com/chingu-voyage4/Bears-Team-25.git
cd Bears-Team-25
heroku create <YOUR-APP-NAME>
setup heroku environment using dashboard. Don't set PORT.
git push heroku master
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- gnnsampaio Giovanni Sampaio
- jenovs Viktors Jenovs
- keith1111 Keith Martens
- nik - nikrb
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc