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
- Host: GitHub
- URL: https://github.com/dotnize/nize.ph
- Owner: dotnize
- License: mit
- Created: 2022-07-31T14:30:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T11:24:58.000Z (about 1 year ago)
- Last Synced: 2025-04-18T21:45:42.284Z (about 1 year ago)
- Language: Astro
- Homepage: https://nize.ph
- Size: 1.91 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/...
```