https://github.com/zerointensity/zintensity.dev
My personal website.
https://github.com/zerointensity/zintensity.dev
Last synced: 6 months ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/zerointensity/zintensity.dev
- Owner: ZeroIntensity
- License: mit
- Created: 2024-04-15T17:59:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T18:32:11.000Z (7 months ago)
- Last Synced: 2025-07-19T06:47:20.366Z (6 months ago)
- Language: TypeScript
- Homepage: https://zintensity.dev
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zintensity.dev
This is just my personal website, nothing special.
## Running
You would run this the same way you run any other Next.js app:
```console
$ git clone https://github.com/ZeroIntensity/zintensity.dev && cd zintensity.dev
$ npm run dev
# or
$ yarn dev
# or
$ pnpm dev
# or
$ bun dev
```
## License
This project is held under the [MIT](https://spdx.org/licenses/MIT.html) license.