Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/altair-bueno/altair-bueno.github.io
- Owner: Altair-Bueno
- License: mit
- Created: 2021-08-03T17:48:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T12:03:24.000Z (over 1 year ago)
- Last Synced: 2024-10-12T07:49:28.181Z (2 months ago)
- Topics: svelte, tailwindcss, typescript, webpage, website
- Language: Svelte
- Homepage: https://altair-bueno.github.io/
- Size: 880 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```