dealenx/faynoSync-dashboard
Web dashboard for managing faynoSync API server
FaynoSync Dashboard
๐ง This frontend was built entirely with CursorAI
The entire UI was created with the help of CursorAI โ an AI assistant in VSCode that made this possible, since I'm a DevOps engineer, not a frontend developer ๐
I did my best, but if you see anything that can be improved โ any suggestions, feedback, or corrections are more than welcome! ๐
Description ๐
This frontend is designed to work with the FaynoSync API, providing seamless service updates.
Installing Dependencies ๐ฆ
To install all necessary dependencies, run the following command:
yarn install
Running in Development Mode ๐ ๏ธ
To start the project in development mode, use the command:
yarn dev
This will launch a local server, usually on port 3000. You can open it in your browser at http://localhost:3000.
Running in Production Mode ๐
To run in production mode, first build the project:
yarn build
Environment File Setup โ๏ธ
Create a .env file in the root directory of the project and add the following environment variables:
VITE_API_URL=http://localhost:9000
VITE_PORT=3000
Alternatively, you can simply copy the .env.example file to .env:
cp .env.example .env
Then, add or modify the necessary environment variables if needed.
