Website coordinates Kalwabed's abstract writings in Indonesia.
To get started running the project locally, please follow the steps below.
First, clone the repository.
git clone https://github.com/kalwabed/pena.kalwabed.com.git
Then, install dependencies and fetch data to your local machine. Note that we use PNPM.
cd pena.kalwabed.com
pnpm install
Generate Prisma Client.
pnpm dlx prisma generate
Finally, run the development server.
pnpm dev
Open http://127.0.0.1:5173 with your browser to see the result.
To run this project, you will need to add the following environment variables to your .env
file.
DATABASE_URL
: Neon/PostgreSQL database URL.
BOT_TOKEN
: (optional) Telegram bot token.
BOT_GROUP_ID
: (optional) Telegram bot group id.
To learn more about Sveltekit, take a look at the following resources: