Files
popov.link/README.md
T

55 lines
1.0 KiB
Markdown
Raw Normal View History

2025-06-06 04:03:32 +04:00
# popov.link
2018-05-16 20:56:35 +04:00
[![512KB club](https://512kb.club/assets/images/green-team.svg)](https://512kb.club)
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
- Issues: [GitHub](https://github.com/valentineus/popov.link/issues)
- Read-only mirror: [git.popov.link](https://git.popov.link/popov.link/)
2025-06-15 12:22:29 +00:00
- Maintained by [Valentin Popov](mailto:valentin@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
This project is licensed under the [MIT License](LICENSE.txt).