Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.