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

https://github.com/axelio-dev/portfolio

🌐 Public website to showcase my development projects and skills.
https://github.com/axelio-dev/portfolio

nextjs portofolio website

Last synced: 4 months ago
JSON representation

🌐 Public website to showcase my development projects and skills.

Awesome Lists containing this project

README

          

## About the project
This project is made by the Nextjs framework.
This is a website containing a portfolio of Axelio's skills and projects.

## Useful links

Website: [https://axelio-dev.vercel.app](https://axelio-dev.vercel.app)
Deployed by [Vercel](https://vercel.com)

Github repository: [https://github.com/axelio-dev/portofolio](https://github.com/axelio-dev/portofolio)

## Starting the server locally
To start the server, you first need to install the dependencies with:

```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```

Once this is done, you can start your server with:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

The local result is available on your browser, at this link: [http://localhost:3000](http://localhost:3000).

## Version
Current version: v.1.0.0

## Special thanks
Many thanks to [Cobra](https://github.com/cbrra) and [Lotus](https://github.com/lotus64yt) for your help 💖