Skip to content

describo/describo.github.io

Repository files navigation

The main describo website and documentation site

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:5173 (but check console because it can change):

# npm
npm run develop

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Builds and deploys to github pages (via action) on push to master.