Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 423 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 423 Bytes

Prerequisites

To build and run this app locally, you'll need:

  • Node.js v14.17.0 or above

Getting Started

Install dependencies

cd frontend
npm install

Start the local dev server

npm run dev

If you want to run it on a raspberry pi, use the following command

npm run build
npm run start

In a separate terminal, run a local SSL proxy

npm run proxy