/urd-frontend

Primary LanguageJavaScript

Urðr - frontend

This is the frontend for Urðr

Installation

Install the backend first into folder ‘urdr’, and clone this repository into folder ‘static’:

> cd urdr
> git clone https://github.com/fkirkholt/urd-frontend static
> cd static
> npm install
> npm run build

For development, run npm start instead of npm run build.