Skip to content

digitalinteraction/gecotoolbox.io

Repository files navigation

home-site

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

translations

The contents is translated into English, Spanish, French, Greek and Italian, each has its own directory. If you don't navigate to a specific language, it redirects you to English.

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/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