Feel free to help out on the development on the site. Come have a chat on Discord about bugfixes, possible changes or suggestions!
Assuming you already have NodeJS installed, install the dependencies:
npm install
Now everything should be ready for development. Simply start the development server and any changes made to the source code should show up in your browser. Do so with the following command (which also opens the page in your browser)
npm run dev -- --open
All documentation we have at the moment for all of the communication with the backend API is at https://pinestore.cc/documentation.