Skip to content

florisboard/addons-frontend

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages