The public website and documentation for Boomerang.
If you want to make a contribution
- Fork and clone this repo
- Create a branch
- Push any changes you make to your branch
- Open up a PR in this Repo
For further details and to contribute to the broader project, head on over to our community repository and follow the instructions there.
This repository is based on our Remix Docs Template and points to the Boomerang Docs repository. Read the route structure and configuration on the Remix Docs Template repository for more information.
- Copy the
.env.example
file and duplicate it to.env
- Fill in the required configuration options in the
.env
file - Update the configuration files in the
/app/config
directory - Run
pnpm install
to install the dependencies
Run the Vite dev server:
pnpm run dev
First, build your app for production:
pnpm run build
Then run the app in production mode:
pnpm start
Now you'll need to pick a host to deploy it to. We use Vercel.