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.
Before proceeding, ensure that Node.js (LTS version recommended) and npm (Node Package Manager) is installed on your system.
-
Copy the .env file:
cp .env.example .env.local
-
Install Packages
npm install
-
Run Development Server
npm run dev