Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/altair-bueno/altair-bueno.github.io

Webpage
https://github.com/altair-bueno/altair-bueno.github.io

svelte tailwindcss typescript webpage website

Last synced: 8 days ago
JSON representation

Webpage

Awesome Lists containing this project

README

        

# [altair-bueno.github.io](https://altair-bueno.github.io)

Contains the source code of my personal website, deployed on GitHub Pages

# Build instructions

```shell
# First install the required dependencies
pnpm install
# Run a dev server
pnpm run dev
# Build for production
pnpm run build
```