This is the official home page for the Yogyakarta Book Party, a community event celebrating books and literature.
- Frontend: Nuxt 3
- Language: TypeScript
- Styling: Tailwind CSS
- Database: Supabase
- Package Manager: PNPM
- Clone the repository:
git clone https://github.com/IBP-engineering/ybp-web.git- Install dependencies:
pnpm install- Configure Supabase:
- Rename a file named
.env.examplein the project root directory to.env. - Add the following environment variables to
.env, replacing the placeholders with your actual values:
SUPABASE_URL=
SUPABASE_KEY=
- Run the development server:
pnpm devThis will start the development server at http://localhost:3000.
We welcome contributions to this project! Please see the CONTRIBUTING.md file for details.
This project is licensed under the MIT License. See the LICENSE file for details.