OpenBio is an open source link in bio page builder.
Do you want to help build a better and open source link in bio page builder. Check out out contribution guidelines
Have any questions?
- Clone the repo
git clone https://github.com/vanxh/openbio
- Install dependencies
pnpm install
- Copy
.env.example
to.env
cp .env.example .env
- Fill in the environment variables
- Start the development server
pnpm dev