florisboard / addons-frontend

Frontend of FlorisBoard Addons
Apache License 2.0
10 stars 0 forks source link

FlorisBoard Addons Frontend Documentation

Welcome to the official documentation for FlorisBoard Addons Frontend. This guide provides comprehensive information on setting up and running the Next Js application for the frontend. Follow the steps below to get started with the FlorisBoard Addons Frontend.

Table of Contents

How to Run the Frontend

Before proceeding, ensure that Node.js (LTS version recommended) and npm (Node Package Manager) is installed on your system.

  1. Copy the .env file:

    cp .env.example .env.local
  2. Install Packages

    npm install
  3. Run Development Server

    npm run dev