A curated list of Red Rising related items found around the community.
Requests for additions or removes to/from this page can be made a number of ways.
- Emailing me at
[email protected]
. - Opening an Issue on GitHub.
- DM'ing me on Twitter @hunterparcells.
- Staring a Discussion Post on GitHub.
- Creating a commit and opening a Pull Request on GitHub.
- Download or clone this repository.
- Install needed dependencies with
npm i
with Node.js. - Create a
.env
file with the following keys:DATABASE_URL
: MongoDB connection string.IRON_SESSION_SECRET
: 32+ character secret.IRON_SESSION_PASSWORD
: Password to access admin pages.DISCORD_WEBHOOK_URL
: Discord webhook URL.
- Run the development server with
npm run dev
. - Create a production build with
npm run build
and start the production server withnpm start
.
None. Be the first!