The official PeopleDAO website built with SvelteKit
- Node.js >=v16
- Install project dependencies:
pnpm i
- Provide required environment variables by copying the
.env.example
file as.env
and filling in relevant values.- You can learn how to obtain Discord bot token (
PRIVATE_DISCORD_BOT_TOKEN
) in this guide.
- You can learn how to obtain Discord bot token (
- Run the application in development mode:
pnpm run dev
- Deploy the application at Vercel:
- If you haven't created a project for this application yet, navigate to your dashboard, import this repository and follow the provided instructions.
- In case you have created the project before, the latest commit in the
main
branch will be deployed upon push. - Provide required environment variables in the project's settings by following the official guide and instructuons for obtaining individual values above.