Instructions for using the repository and creating content are provided below
-
Make sure you have npm installed on your local server / computer
-
Clone the repo
git clone https://github.com/mncinnovation/mnc-mobile-site.git
-
Install the NPM package on this project
npm install
-
Run on your local server
npm run start
-
The project has been successfully executed on your local server
- Create new folder and new file
- Write your content in index.md
- Don't forget to add your profile to the contributors folder
- Create new Branch
git branch your-branch-name
- Checkout to your new branch
git checkout your-branch-name
- Git add, git commit and git push
git add . git commit -m "your messages" git push --set-upstream origin your-branch-name
- Pull request on Github