Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgeramb/homepage
My personal portfolio page
https://github.com/jgeramb/homepage
nuxt-image nuxtjs portfolio-website tailwindcss
Last synced: 20 days ago
JSON representation
My personal portfolio page
- Host: GitHub
- URL: https://github.com/jgeramb/homepage
- Owner: jgeramb
- License: other
- Created: 2024-07-16T15:59:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T11:27:29.000Z (5 months ago)
- Last Synced: 2024-11-04T19:25:01.289Z (2 months ago)
- Topics: nuxt-image, nuxtjs, portfolio-website, tailwindcss
- Language: Vue
- Homepage: https://www.justix.dev
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homepage
This is my homepage, the latest production build is available [here](https://www.justix.dev/).
## Setup
```bash
pnpm install
```## Development Server
Development server is available at `http://127.0.0.1:3000`.
```bash
pnpm dev
```## Build for Production
```bash
pnpm build
```Locally preview production build:
```bash
pnpm preview
```## License
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg