Install
Manual Installation
This guide is for advanced users who want to install the app manually. If you are not comfortable with the command line, we recommend using the one-click installer.
Requirements
Installation
- Clone the repository:
git clone https://github.com/JohanOhly/AirTrail.git
cd AirTrail- Install the dependencies:
bun install- Configure the environment variables:
cp .env.example .envFill in the required environment variables in the .env file.
- Build and set up the database:
bun run build
bun run db:migrate-deploy- Start the server:
bun ./buildThe app should now be running on localhost:3000.
Edit on GitHub
Last updated on
