Documentation for the all-in-one Discord bot Lucie.
- Clone repo
- Make and test changes (refer to How to run for instructions)
- Create pull request
- Praise yourself
- 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.
- Clone this repo
- Install dependencies by running:
npm install
- Open your terminal at the root of this repo and run:
npm run dev
- Open your browser and visit http://localhost:3000/
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 |