https://github.com/alexisbalayre/portfolio-perso
Personal Portfolio
https://github.com/alexisbalayre/portfolio-perso
Last synced: about 2 months ago
JSON representation
Personal Portfolio
- Host: GitHub
- URL: https://github.com/alexisbalayre/portfolio-perso
- Owner: AlexisBalayre
- Created: 2022-11-27T13:41:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T17:40:14.000Z (about 2 years ago)
- Last Synced: 2025-03-16T23:27:29.093Z (8 months ago)
- Language: JavaScript
- Homepage: https://alexis.balayre.xyz
- Size: 4.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio
Have a look on [www.alexis.balayre.xyz](https://alexis.balayre.xyz)
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.