DevHunt is a project created using Bun, a fast all-in-one JavaScript runtime. This README provides instructions on how to set up and run the project.
Before you begin, ensure you have installed:
- Bun v1.1.7 or later
Follow these steps to install the project dependencies:
- Install the root dependencies:
bun install
- Navigate to the
frontend
directory and install its dependencies:
cd frontend && bun install
- Change the name of
.example.env
to.env
and populate it with the PostgreSQL database URL, and Kinde Credentials.
To run the project, use the following command in the root directory:
bun dev