https://github.com/gtech-mulearn/learningcircle
- visit the site
- click on fork
- create repository
--bash
git clone [email protected]:username/repository.git
--bash
npm install
# or
yarn install
Start the development server.
npm run dev
# or
yarn dev
- to add all changes
git add .
- to commit all changes
git commit -m "commit message"
- to update changes to your repository
git push
- visit your repository
- click on
contribute
- select
Open pull request
- write
commit message
- click
create pull request