Brazil Canada Community Association Website
Follow these steps to set up the project:
Requirements
-
Clone the repository:
git clone https://github.com/marceloglacial/brinca-website.git cd brinca-website -
Install dependencies:
pnpm install
-
Set up environment variables:
Use dotenv.org to manage your environment variables.
Open the environment variables configuration:
pnpm env:open
Pull the latest environment variables:
# Local development using brinca-api running pnpm env:pull # Use staging database pnpm env:pull-staging # Use prod database pnpm env:pull-prod
-
Build the project:
pnpm build
-
Run the development server:
pnpm dev
pnpm lint: Lint the codebase.pnpm format: Format the codebase.pnpm env:open: Open the environment variables configuration.pnpm env:pull: Pull the latest environment variables.pnpm env:push: Push your local environment variables.
This project is licensed under the MIT License - see the LICENSE file for details.