Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

uclaacm/puzzle-hunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACM Puzzle Hunt

This is the server used to run the ACM Puzzle Hunt. You'll need PostgreSQL and Redis installed and running. Make sure you have the devconf.js file and the database is set up according to the configuration in this file.

Then, clone this repo. The first time, you need to run

$ npm install

and subsequently

$ npm start

to start the server. Finally, you can access the webpage locally at http://localhost:3000.

Releases

No releases published

Packages

No packages published