Skip to content

People-DAO/website

Repository files navigation

PeopleDAO logo

PeopleDAO Website

The official PeopleDAO website built with SvelteKit


Requirements

Development

  1. Install project dependencies:
    pnpm i
    
  2. 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.
  3. Run the application in development mode:
    pnpm run dev
    

Deployment

  1. 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.