An open API service indexing awesome lists of open source software.

https://github.com/dotnize/nize.ph

my personal website hehe
https://github.com/dotnize/nize.ph

Last synced: about 1 year ago
JSON representation

my personal website hehe

Awesome Lists containing this project

README

          

# [nize.ph](https://nize.ph)

My personal site built with Astro and Solid.

Styled with Tailwind CSS and the gruvbox color scheme.

## Development

```sh
# install dependencies
pnpm install # or npm install

# start local dev server
pnpm start # or npm start

# build for production (configured for Vercel)
pnpm build # or npm run build
```

Environment variables

```env
# for contact form
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
```