mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 16:10:26 +03:00
- Removed duplicate line regarding project maintenance to streamline the README content.
55 lines
1.0 KiB
Markdown
55 lines
1.0 KiB
Markdown
# popov.link
|
|
|
|
[](https://512kb.club)
|
|
|
|
Personal website source code built with [Astro](https://astro.build/).
|
|
|
|
## Requirements
|
|
|
|
- Node.js v22 or later
|
|
- npm v11 or later
|
|
|
|
## Development
|
|
|
|
1. Install dependencies:
|
|
|
|
```bash
|
|
npm ci
|
|
```
|
|
|
|
2. Start the development server:
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
3. Open your browser and go to http://localhost:3000 to view changes live.
|
|
|
|
## Build & Preview
|
|
|
|
- To build the project for production:
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
- To preview the production build locally:
|
|
|
|
```bash
|
|
npm run preview
|
|
```
|
|
|
|
## Project Info
|
|
|
|
- Issues: [GitHub](https://github.com/valentineus/popov.link/issues)
|
|
- Read-only mirror: [git.popov.link](https://git.popov.link/popov.link/)
|
|
- Maintained by [Valentin Popov](mailto:valentin@popov.link)
|
|
|
|
## Comments
|
|
|
|
Comments on the site are powered by [giscus.app](https://giscus.app) and stored in [GitHub Discussions](https://github.com/valentineus/popov.link/discussions).
|
|
|
|
## License
|
|
|
|
This project is licensed under the [MIT License](LICENSE.txt).
|