Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 763 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 763 Bytes

Contributing

Contributing to Get A Shell is very easy, you just need to have some knowledge in typescript, git and github.

How to contribute?

To contribute you simply have to create a fork of the repository here, follow these steps:

  • Install the npm packages:
npm i
  • Create the .env file:
cp .env.dev .env
  • Start the app in developent mode:
npm run dev
  • Start the app in production mode (if you want to test something):
npm run build
npm run start

That's it! After you make your changes you can open a pull request here describing what you changed and I will be happy to review and merge.