Skip to content

mncinnovation/mnc-mobile-site

Repository files navigation

Getting Started

Instructions for using the repository and creating content are provided below

How To Install

  1. Make sure you have npm installed on your local server / computer

  2. Clone the repo

    git clone https://github.com/mncinnovation/mnc-mobile-site.git
  3. Install the NPM package on this project

    npm install
  4. Run on your local server

    npm run start
  5. Copy the link and run it in the browser
    Alt text

  6. The project has been successfully executed on your local server
    Alt text

How Add Content

  1. Create new folder and new file
    Alt text
  2. Write your content in index.md
    Alt text
  3. Don't forget to add your profile to the contributors folder
    Alt text
  4. Create new Branch
    git branch your-branch-name
  5. Checkout to your new branch
    git checkout your-branch-name
  6. Git add, git commit and git push
    git add .
    git commit -m "your messages"
    git push --set-upstream origin your-branch-name
  7. Pull request on Github