1.5 KiB
First, thanks for considering contributing to Arcadia !
Developper setup
Recommended tools :
Run the project :
Install the dependencies:
npm install
Launch the server:
npm run dev
This will launch a local server for the frontend
Contributing
Wheter you want to add a new feature or fix an existing issue, it needs to be done on your own branch :
- fork this repo
- clone it locally on your computer
- create a new branch
feature-nameorbug-name-fix(with the proper name) - open a pull request when your contribution is done
If you are unsure about what/how to do something, don't hesitate to open a discussion or an issue about the topic.
You can also hop on the discord server to chat with other devs and the community.
Finding contributions to make
Arcadia-client has a board to track the existing issues and features that need to be worked on. Feel free to claim one that isn't claimed yet before starting to work on it.
To claim a github issue, simply leave a comment on it saying that you are working on it.
You can also search for TODO in the code and pick one of those tasks. If you decide to do this, please open an issue first and clam it before working on the task.