https://github.com/mrexplode/homepage
my homepage
https://github.com/mrexplode/homepage
Last synced: 9 months ago
JSON representation
my homepage
- Host: GitHub
- URL: https://github.com/mrexplode/homepage
- Owner: MrExplode
- License: agpl-3.0
- Created: 2024-05-09T14:48:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T20:29:06.000Z (10 months ago)
- Last Synced: 2025-04-30T21:33:20.158Z (10 months ago)
- Language: TypeScript
- Homepage: https://sunstorm.rocks
- Size: 1.11 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SunStorm's homepage
some stuff
## Developing
Once you've created a project and installed dependencies with `pnpm install`, start a development server:
```bash
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
```
## Building
To create a production version of your app:
```bash
pnpm run build
```
You can preview the production build with `pnpm run preview`.
Stripped down icon infinity scroller demo [here](https://github.com/MrExplode/homepage/tree/infiniscroller).