Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 300 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 300 Bytes

Frontend

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm (Node Package Manager)

Set environment variables

  • cp example.env .env
  • set your variables

Installation & Running

  1. Install dependencies:
  • npm install
  1. Run the development server:
  • npm run dev