Skip to content

lucie-on-github/Lucie-Docs

Repository files navigation

Lucie Docs

Documentation for the all-in-one Discord bot Lucie.

How to contribute

  1. Clone repo
  2. Make and test changes (refer to How to run for instructions)
  3. Create pull request
  4. Praise yourself

Contribution guideliens

  • Make sure your changes are in line with the style of the documentation. Use the same formatting as the existing documentation.
  • Make sure everything you add or change is correct and valuable information.

How to run

  1. Clone this repo
  2. Install dependencies by running:
npm install
  1. Open your terminal at the root of this repo and run:
npm run dev
  1. Open your browser and visit http://localhost:3000/

Scripts

Script Action
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying