Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.
/ monolith Public archive

Web services for the Golden Netrunner tournament software.

License

Notifications You must be signed in to change notification settings

intercaetera/monolith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt

Monolith is a web service platform for the Golden Android Netrunner tournament software.

Installation:

  • 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 under localhost:3000.

About

Web services for the Golden Netrunner tournament software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published