An open API service indexing awesome lists of open source software.

https://github.com/alexisbalayre/portfolio-perso

Personal Portfolio
https://github.com/alexisbalayre/portfolio-perso

Last synced: about 2 months ago
JSON representation

Personal Portfolio

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.