Contributing to Get A Shell is very easy, you just need to have some knowledge in typescript, git and github.
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.