Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.16 KB

docs-site

This repo is a statically generated website served at https://docs.gecotoolbox.io. The site is automatically built and deployed using vercel.

translations

These docs are only available in English right now.

dev commands

# 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

code formatting

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.

styles

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