Welcome! You are welcomed to contribute and make this project better. You can start modifying the code in the following ways you prefer:
- Go to Codesandbox: Project Link
- Click on
Forkbutton in the upper right corner to launch a development environment. - Wait for the project setup tasks to finish.
- Modify the code, then click the console icon, select
Run websole with bashandRun pytestin the command list to test your code. - You can also click the
VS Codebutton at the top right corner to open the project in vscode. - Click on the Github icon to push to your personal repository.
- Submit a new pull request at Pull Requests.
- Fork this repository.
- Clone the forked repository to your local machine using
git clone <forked repo>. - Set up a source-based build:
make develop- Modify code, and run the following command to test your code:
make run- Commit to the fork, and submit a new pull request at Pull Requests.