Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoey-kaiser/portfolio
My own personal portfolio site
https://github.com/zoey-kaiser/portfolio
Last synced: 15 days ago
JSON representation
My own personal portfolio site
- Host: GitHub
- URL: https://github.com/zoey-kaiser/portfolio
- Owner: zoey-kaiser
- License: mit
- Created: 2024-09-09T16:13:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T15:42:26.000Z (about 1 month ago)
- Last Synced: 2024-10-11T15:46:19.185Z (about 1 month ago)
- Language: Vue
- Homepage: https://zoeykaiser.com
- Size: 52.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
![preview](/.github/preview.png)
My personal portfolio. You can visit the page at https://zoeykaiser.com.
This is a [sidebase merino](https://sidebase.io/) app created by running `pnpm create sidebase@latest`. This project uses the following technologies for a great developer- and user-experience:
- [TypeScript](https://www.typescriptlang.org/)
- [Nuxt 3](https://nuxt.com)
- Tailwind CSS
- GitHub Actions based CI
- Linting via ESLint and @antfu/eslint-config### Setup
Make sure to install the dependencies:
```bash
pnpm install
```### Development Server
Start the development server on http://localhost:3000
```bash
pnpm run dev
```### Production
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```