Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tpvasconcelos/tpvasconcelos.io

Personal Page
https://github.com/tpvasconcelos/tpvasconcelos.io

Last synced: about 15 hours ago
JSON representation

Personal Page

Awesome Lists containing this project

README

        

Source for my [personal website](https://tpvasconcelos.com).

## Contributing

Initialise virtual environment and install dependencies:

```shell
make init
```

Serve the website locally:

```shell
make serve
```

Build and publish changes to GitHub Pages:

```shell
make publish
```