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.
- Host: GitHub
- URL: https://github.com/axelio-dev/portfolio
- Owner: axelio-dev
- Created: 2025-09-27T17:31:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-09T21:21:20.000Z (4 months ago)
- Last Synced: 2026-03-10T03:27:53.138Z (4 months ago)
- Topics: nextjs, portofolio, website
- Language: TypeScript
- Homepage: https://axelio-dev.vercel.app/
- Size: 1.11 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 💖