[go: up one dir, main page]

Skip to content

A new and beautiful ascii register interface.

License

Notifications You must be signed in to change notification settings

pixix4/ascii-register

Repository files navigation

Build Status

Ascii register

Setup

Requirements

To compile the website:

  • java

To run the server:

  • nodejs
  • npm

First start

cd web
npm install

Start server

node web/index.js

Compile website

./gradlew build