Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreapontrandolfo/super-performant-portfolio-website
Blazing fast static website made with Astro :rocket:
https://github.com/andreapontrandolfo/super-performant-portfolio-website
art astro autoprefixer cloudflare javascript postcss swup tailwindcss
Last synced: 3 months ago
JSON representation
Blazing fast static website made with Astro :rocket:
- Host: GitHub
- URL: https://github.com/andreapontrandolfo/super-performant-portfolio-website
- Owner: AndreaPontrandolfo
- Created: 2022-08-10T18:05:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T14:04:27.000Z (over 2 years ago)
- Last Synced: 2024-10-03T18:22:47.842Z (4 months ago)
- Topics: art, astro, autoprefixer, cloudflare, javascript, postcss, swup, tailwindcss
- Language: Astro
- Homepage: https://www.lucapontrandolfo.com/
- Size: 89.9 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :art: Luca Pontrandolfo Public Website
This is a static website made for the artist Luca Pontrandolfo.
It features all his artworks.Made with [Astro](https://astro.build/), aim to ship as less JS as possible and have very good performance.
## :100: Lighthouse Reports
![Lighthouse reports](https://github.com/AndreaPontrandolfo/super-performant-portfolio-website/blob/master/reports/max_lighthouse_score.JPG)
## :sparkles: Tech Stack
### [Astro](https://astro.build/)
### [TailwindCSS](https://tailwindcss.com/)
### [Swup](https://swup.js.org/)## :electric_plug: Installation
Install with pnpm
```bash
pnpm install
```
## :hammer: Commands| Command | Action |
| :-------------------| :------------------------------------------------- |
| `pnpm dev` | Starts local dev server at `localhost:3000` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro preview` |
| `pnpm astro --help` | Get help using the Astro CLI |
| `localhost:expose` | Expose your localhost over the public network, so you can access it with your phone|