Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 738 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 738 Bytes

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