By participating in this project, you agree to abide by the code of conduct
- Fork, then clone the repo:
git clone [email protected]:your-username/ramme.git
- Install the project dependencies:
cd ramme
# Using yarn
yarn install
# OR
# Using NPM
npm install
-
Make your change.
-
Start the app, test your change, make sure it is working as expected.
# Using yarn
yarn dev
# OR
# Using NPM
npm run dev
-
After confirming the correctness of your change, push it to your fork and submit a pull request
-
Wait or mention someone to review your pull request.