Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrebellas/portfolio
Portfolio built as a website for showing my current skills.
https://github.com/alexandrebellas/portfolio
alebatistella nextjs portfolio projects tailwind tailwindcss website
Last synced: 12 days ago
JSON representation
Portfolio built as a website for showing my current skills.
- Host: GitHub
- URL: https://github.com/alexandrebellas/portfolio
- Owner: AlexandreBellas
- Created: 2024-05-25T13:01:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T00:22:43.000Z (8 months ago)
- Last Synced: 2024-11-24T18:35:00.657Z (about 2 months ago)
- Topics: alebatistella, nextjs, portfolio, projects, tailwind, tailwindcss, website
- Language: TypeScript
- Homepage: https://alebatistella.com
- Size: 710 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio of AlexandreBellas
This repository refers to the code used to build [my portfolio](https://alebatistella.com).
Also, it has been used to sharpen my skills in NextJS and Tailwind CSS.## Running in development
Run on the terminal:
```bash
npm run dev
```Then open [http://localhost:3000](http://localhost:3000) in the browser.
## Running in production
Run on the terminal:
```bash
npm run build
```The generated files will be in the `out` folder.
## Deployment
The deployment happens to my host provider using GitHub actions. Check the
available workflows of the repository.