Skip to content

lol-matchmaker/riot-hackathon-srv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

League of Legends Matching Client

Prerequisites

Windows

On Windows, the following stack is recommended:

nvm install latest

windows-build-tools will install the tools needed to build node packages. To install it, run the following in a PowerShell with Administrative permissions.

npm config --global set msvs_version 2017
npm install --global --production windows-build-tools

Mac

On Mac, use Homebrew to install all the prerequisites:

brew install nvm postgresql
brew services start postgresql
nvm install latest

Development

One-time database setup.

createdb riot_hackathon

Start the development server.

npm run dev

Sanity check that the server is running: http://localhost:3000/status.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages