https://github.com/mathix420/mathix.dev
My personal portfolio
https://github.com/mathix420/mathix.dev
Last synced: 4 months ago
JSON representation
My personal portfolio
- Host: GitHub
- URL: https://github.com/mathix420/mathix.dev
- Owner: mathix420
- License: other
- Created: 2024-09-20T19:46:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-27T16:11:00.000Z (5 months ago)
- Last Synced: 2026-01-27T23:39:39.793Z (5 months ago)
- Language: Vue
- Homepage: https://mathix.dev
- Size: 16.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My personal portfolio
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
bun install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
bun run dev
```
## Production
Build the application for production:
```bash
bun run build
```
Locally preview production build:
```bash
bun run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.