Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 987 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 987 Bytes

Red CORAL

Interactive map of organized crime in South America.

Production Site QA Site

Details

See the Google Drive Folder for details. The Architecture document is most relevant.

Contributing

Assign an issue to yourself, or work on one that has been assigned to you by cloning this repository, creating a new branch, pushing your changes, and creating a pull request into main. You'll get a preview link on the PR linked to the QA environment. Once you recieve an approval, feel free to merge into main! This will build deploy your code to production.

Running Locally

First, make sure you have Node.js installed and you've made a .env file in the root of the project with contents from the Secrets doc (QA environment) in the Drive folder. Then it's as easy as running:

npm i && npm run dev