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

suluvir/server

Repository files navigation

Suluvir server

Build Status Go Report Card

Setup

  1. If you want to add dependencies, install glide
  2. Run make install (if you are on linux) to build the executable
  3. Install npm (comes with node)
  4. cd layout/js
  5. Run npm install
  6. Run npm run webpack
  7. Initialize the database schema (server update)
  8. Run the server (server serve)
  9. Visit http://localhost:8080 to see it in action

Tests

Go

Just run make

JavaScript

TBD

Releases

No releases published

Packages

No packages published