Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryoppippi/ryoppippi.com
https://github.com/ryoppippi/ryoppippi.com
portfolio ryoppippi svelte sveltekit typia unocss
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryoppippi/ryoppippi.com
- Owner: ryoppippi
- License: mit
- Created: 2023-02-11T17:39:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T18:20:31.000Z (about 2 months ago)
- Last Synced: 2024-11-22T19:27:19.874Z (about 2 months ago)
- Topics: portfolio, ryoppippi, svelte, sveltekit, typia, unocss
- Language: Svelte
- Homepage: https://ryoppippi.com
- Size: 5.81 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ryoppippi.com
## Developing
```bash
pnpm i# or start the server and open the app in a new browser tab
pnpm dev -- --open
```## Building
To create a production version of your app:
```bash
pnpm build
```## LICENSE
Code is under [MIT](./LICENSE).
Contents are under [CC BY-SA 4.0](./LICENSE.content).