Skip to content

LuminiaDev/Lumi-Docs

Repository files navigation

FireShald Documentation

Getting Started

First, install the dependencies:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

To build the documentation for production:

npm run build
# or
yarn build

To start the production server:

npm run start
# or
yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published