Skip to content

open-goal/open-goal.github.io

Repository files navigation

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.