2025-06-06 04:03:32 +04:00
# popov.link
2018-05-16 20:56:35 +04:00
2025-06-06 04:03:32 +04:00
[](https://github.com/valentineus/popov.link/actions/workflows/ci.yml)
2018-05-16 20:56:35 +04:00
2025-06-06 04:03:32 +04:00
Personal website source code built with [Astro ](https://astro.build/ ).
2018-05-16 21:36:44 +04:00
2025-06-06 04:03:32 +04:00
## Requirements
2018-05-16 21:36:44 +04:00
2025-06-06 04:03:32 +04:00
- Node.js v22 or later
- npm v11 or later
2018-05-16 21:36:44 +04:00
2018-05-16 20:56:35 +04:00
## Development
2025-06-06 04:03:32 +04:00
1. Install dependencies:
2018-05-16 20:56:35 +04:00
```bash
2025-06-06 04:03:32 +04:00
npm ci
2018-05-16 20:56:35 +04:00
```
2025-06-06 04:03:32 +04:00
2. Start the development server:
2018-05-16 20:56:35 +04:00
```bash
2025-06-06 04:03:32 +04:00
npm run dev
2018-05-16 20:56:35 +04:00
```
2025-06-06 04:03:32 +04:00
3. Open your browser and go to http://localhost:3000 to view changes live.
## Build & Preview
- To build the project for production:
2018-05-16 20:56:35 +04:00
```bash
2025-06-06 04:03:32 +04:00
npm run build
2018-05-16 20:56:35 +04:00
```
2025-06-06 04:03:32 +04:00
- To preview the production build locally:
```bash
npm run preview
```
2018-05-16 20:56:35 +04:00
2025-06-06 04:03:32 +04:00
## Project Info
2018-05-16 20:56:35 +04:00
2025-06-06 04:03:32 +04:00
- Maintained by [Valentin Popov ](mailto:valentin@popov.link )
- Issues: [GitHub ](https://github.com/valentineus/popov.link/issues )
- Read-only mirror: [code.popov.link ](https://code.popov.link/valentineus/popov.link )
2018-05-16 20:56:35 +04:00
2025-06-06 04:03:32 +04:00
## Comments
2018-05-16 20:56:35 +04:00
2025-06-06 04:03:32 +04:00
Comments on the site are powered by [giscus.app ](https://giscus.app ) and stored in [GitHub Discussions ](https://github.com/valentineus/popov.link/discussions ).
2018-05-16 20:56:35 +04:00
2025-06-06 04:03:32 +04:00
## License
2018-05-16 20:56:35 +04:00
2025-06-06 04:03:32 +04:00
This project is licensed under the [MIT License ](LICENSE.txt ).