Files
..
2024-05-09 16:18:52 -04:00
2024-05-09 16:22:03 -04:00
2024-05-09 16:22:03 -04:00
2024-04-11 21:48:58 -05:00
2024-05-09 16:22:03 -04:00
2024-04-11 21:49:14 -05:00
2024-05-16 20:33:33 -04:00
2024-06-24 15:00:45 -04:00
2024-05-02 15:47:23 -05:00
2024-05-16 20:16:31 -04:00
2024-05-14 13:27:23 -04:00
2024-04-11 21:48:58 -05:00
2024-06-04 15:56:52 -05:00

frontend

This is a vite react nextjs project in a yarn workspace.

Getting Started

Install dependencies

In the root of the project, run:

yarn

Build backend

yarn build --ignore frontend

Environment variables

Local

Copy the .env.example file to .env:

cp .env.example .env

Staging environment variables

Change in deployer/deploy-frontend.staging.sh

Production environment variables

Change in deployer/deploy-frontend.sh

Run development server

yarn dev

Deployment

From the root of the project, run:

Staging

cd packages/deployer && ./deploy-frontend.staging.sh

Production

cd packages/deployer && ./deploy-frontend.sh

Deployment status

Check the status of the deployment here