Note that this is currently in a Beta state and therefore it is missing a lot of content.
Feel free to contribute if you feel like something is off. Any contribution will be rewarded for its effort (just make sure you reach out to us).
You need to have Node.js and Yarn installed on your machine.
Install all packages used by the project using:
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Any changes pushed to the main
branch will be automatically deployed to https://docs.fragnet.net via github actions.