Thank you for having interest in contributing to Mastopoet!
Firstly, I would recommend discussing your contribution with the developer (@[email protected]), so we don't accidentally work on the same feature.
I recommend using Node LTS (at the moment v18.17) and latest NPM.
- Install dependencies with
npm install
. - Run Vite with
npm run dev
- Open app in http://localhost:5173 (or the address Vite shows you in CLI)
When your feature is ready, create a pull request for it on Github. I will try to review them quickly 😊