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
- Host: GitHub
- URL: https://github.com/andreiio/andrei.io
- Owner: andreiio
- Created: 2020-01-20T23:08:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T21:01:13.000Z (about 1 month ago)
- Last Synced: 2025-04-09T22:19:27.718Z (about 1 month ago)
- Topics: nuxt, nuxtjs, personal-website, portfolio, tailwindcss
- Language: Astro
- Homepage: https://andrei.io
- Size: 8.48 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# andrei.io – v3
[](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)
## 🧞 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 |