/dreamlab-docs

Documentation for Dreamlab. Powered by Nextra.

Primary LanguageMDX

Dreamlab Documentation

This website is built using Nextra, a flexible static site generator built on top of Next.js

Local Development

$ npm install
$ npm run dev

This will start a local development server that live updates as you make edits.

Deployment

This repository is automatically deployed on push using GitHub actions.

If you wish to create a local static build, use $ npm run build