Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 633 Bytes

🤖 Contributing to Silvy 💗

See an issue or need that you're able to fulfill? Then this is the perfect place for you!

Prerequisites

  • NodeJS 18

Setting Up Locally

  • Create a .env.local file or use npm run pull if you're part of our team.
# .env.local
NEXTAUTH_SECRET="local-secret"
NEXTAUTH_URL="http://localhost:3000"
DISCORD_CLIENT_ID="<discord-client-id>"
DISCORD_CLIENT_SECRET="<discord-client-secret>"
DATABASE_URL="<database-url>"
  • Install the Node Modules
$ npm ci

Start the Server~

The app should startup at http://localhost:3000!

$ npm start