This repo is a statically generated website served at https://docs.gecotoolbox.io. The site is automatically built and deployed using vercel.
These docs are only available in English right now.
# Serve assets locally
# -> Serves on http://localhost:8080
npm run serve
# Build assets for production
# -> Puts them into dist
npm run build
# Lint javascript code
# -> Uses eslint
npm run lint
# Run in debug mode
npm run debug
# Open the vercel dashboard
open https://vercel.com/openlab/docs-gecotoolbox-io
The code in this repo is automatically formatted using Prettier. It works by running all git-staged code through prettier before you commit. This uses the husky and lint-staged packages which are configured in the package.json.
The site is styled using a configured version of bulma which sass/styles.scss is the entrypoint of.
This project was set up by puggle