OpenframeProject / Openframe-WebApp

A responsive front-end web app for Openframe.
GNU Affero General Public License v3.0
2 stars 4 forks source link

Openframe-WebApp

A responsive front-end web app for Openframe.

Local Development Setup

Install the dependencies: npm i

Create a .env file using .env-sample as an example. Make sure to set the API_HOST variable to point to the desired API host. For example:

Run the web app via the webpack dev server: npm start