This site is designed for keeping track of Civilization Players League statistics
- email: info@civplayersleague.com
https://git-scm.com/downloads
NOTE: Please select the option for your Operating System (OS) to 'commit unix-style line endings', which should be Option 1 or 2 (not 3). Option 1 if you have a Windows OS, Option 2 for Linux and MacOS.
https://nodejs.org/en/download/
https://www.mongodb.com/download-center#community
- Open a command prompt, powershell, or terminal
- Navigate to where you want the root git repo to be and create a new workspace directory, if you don't already have one
cd C:\Users\Codymkdir devcd dev
- Clone the repo into your workspace directory
git clone https://github.com/CivPlayersLeague/civplayersleague.git
- Navigate to the project root directory in your workspace
cd civplayersleague
npm install express body-parser ejs mongojs
npm install -g nodemon- NOTE: This package automatically restarts your webserver whenever a file changes (i.e. on save)
npm start