You can find the docs at https://docs.proceed-labs.org.
We use Nextra (which uses Next.js under the hood) as the static site-generator.
yarn installin the root directory.yarn devto start the local development server on port 3000
If you want to add or change something, please make sure that you have git lfs installed for storing large files like pictures.
The commands yarn build and yarn next export build the static site and then export the HTML, CSS and JS to a folder, which can be statically hosted.
The Nextra site is automatically deployed to GitHub Pages by a GitHub Action whenever the repo registers any changes, so you don't need to do it manually.
The content on this site is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).