/sudoku-champs

The source code repository for the sudoku-champs initiative.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Code Climate Test Coverage Issue Count Dependency Status codecov.io Circle CI Page Speed

sudoku-champs

Greenkeeper badge

The source code repository for the sudoku-champs initiative

The website is hosted here

Please report any bugs / issues here

Instructions
  • Download and install the latest version of Node.Js from here
  • Download and install MongoDB from here
  • In the project's root directory, and install all dependencies with npm i
  • Create a .env file with the following contents:
PASSWORD=value
FB_ID=value
FB_KEY=value
TW_ID=value
TW_KEY=value
GO_ID=value
GO_KEY=value
SENTRY=value
  • Run the localhost MongoDB server with mongod
  • Run the server using npm start
  • View the website at localhost:3000

Tasks

  • UI Overhaul
  • Semantic functionality completeness
  • Render speed up