Monolith is a web service platform for the Golden Android Netrunner tournament software.
- Download and install RethinkDB
- Clone the repository.
git clone http://github.com/mrhuds0n/monolith
cd monolith
-
Install Yarn.
-
Configure the database.
-
Run
yarn db
-
Go to
localhost:8080
-
Go to Tables and delete the default database.
-
Create a database
monolith
. -
Create a file
/src/secret.js
and copy-paste the following:
export default { adminPassword: "" }
- If you're going to be securing your database with an admin password, edit the entry above with the password.
-
-
In a separate terminal install packages with
yarn
. -
Run
yarn start
. The site should be underlocalhost:3000
.