open-goal / open-goal.github.io

OpenGOAL Project Landing Page
ISC License
32 stars 15 forks source link

OpenGOAL Website

This website (https://opengoal.dev) is built using Docusaurus, a modern static website generator.

For a package manager, Yarn is preferred - https://yarnpkg.com/getting-started/install

Installation

corepack enable
corepack prepare yarn@stable --activate
yarn install

Local Development

yarn start

And browse to http://localhost:3000

Markdown documentation in the ./documentation folder ends up on the Documentation page

Consult https://docusaurus.io/docs/markdown-features for supported markdown features among other things.