Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 580 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 580 Bytes

erc-ui

Project setup

Install NodeJS and yarn. Then run:

yarn install

Compiles and hot-reloads for development

yarn run serve

Server should start on 127.0.0.1:8080. To login, just open http://127.0.0.1:8000 in your browser and use your faculty account credentials.

NOTE: Always use 127.0.0.1, never localhost - the default auth server is configured to redirect to http://127.0.0.1.

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint