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

Latest commit

 

History

History
18 lines (11 loc) · 461 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 461 Bytes

smoothie-react

The new(?) user interface for Smoothie (built in React).

because splitting up work is better:tm: (maybe)

Uses smoothie-web as a backend, make sure to have that running.

Running it

Make sure you have the latest NodeJS LTS, and Yarn installed.

yarn # Install dependancies, you only need to run this once.
yarn start # Starts the development server on localhost:3000

To create a production build, run yarn build.