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

https://github.com/andreiio/andrei.io

my personal website
https://github.com/andreiio/andrei.io

nuxt nuxtjs personal-website portfolio tailwindcss

Last synced: about 1 month ago
JSON representation

my personal website

Awesome Lists containing this project

README

        

# andrei.io – v3

[![Netlify Status](https://api.netlify.com/api/v1/badges/d104452c-f4d0-418d-ae24-db2eaf602bed/deploy-status)](https://app.netlify.com/sites/andreiio/deploys)

The thrid iteration of [andrei.io](https://andrei.io), built with [Astro](https://astro.build/) and [Tailwind CSS](https://tailwindcss.com/) and hosted on [Netlify](https://www.netlify.com/).

Previous versions:
- [v1](https://github.com/andreiio/andrei.io/tree/v1)
- [v2](https://github.com/andreiio/andrei.io/tree/v2)

![demo](docs/screenshot.png)

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |