Skip to content

A decentralized guessing game. Guess the top answers to daily surveys.

License

Notifications You must be signed in to change notification settings

the-abe-train/plurality

Repository files navigation

Plurality Banner

Running Plurality Locally

  1. Install the Netlify CLI with npm i -g netlify-cli
  2. Create a .env file and add the following to it:
ROOT_DOMAIN=http://localhost:3000
COOKIE_SIGNATURE=cookiesignature
JWT_SIGNATURE=jwtsignature
  1. Add a database connection to the .env file. Plurality will not run without a connection to a Mongo Atlas database. Create your own account and database or reach out to Abe (@theAbeTrain on Twitter) for access to the staging database or sample data. Use the info from your Atlas database to create the env variables MONGO_URL and DATABASE_NAME.
  2. Install dependencies with npm i.
  3. Start up the development server with npm run dev.
  4. Open up http://localhost:3000, and you should be ready to go!

Remix docs

License

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

About

A decentralized guessing game. Guess the top answers to daily surveys.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published