Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.