Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexnguyennz/alexnguyen.co.nz
My personal site
https://github.com/alexnguyennz/alexnguyen.co.nz
astro netlify tailwindcss
Last synced: about 1 month ago
JSON representation
My personal site
- Host: GitHub
- URL: https://github.com/alexnguyennz/alexnguyen.co.nz
- Owner: alexnguyennz
- License: mit
- Created: 2023-07-01T02:37:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T06:47:25.000Z (4 months ago)
- Last Synced: 2024-09-14T18:24:09.125Z (4 months ago)
- Topics: astro, netlify, tailwindcss
- Language: Astro
- Homepage: https://alexnguyen.co.nz
- Size: 9.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My personal site.
This site uses Astro and Tailwind CSS, and is hosted on Netlify.
### Main Tools
- [Astro](https://astro.build/) - web framework
- [Tailwind CSS](https://tailwindcss.com) - CSS framework
- [Netlify](https://www.netlify.com/) - hosting and edge functions for OG images
- [Vitest](https://vitest.dev/) and [Cypress](https://www.cypress.io/) - testing### Setup
1. Install:
```sh
pnpm install
```2. Start development server:
```sh
pnpm dev
```3. Load [http://localhost:4321](http://localhost:4321) in browser.