blob: 146d1106137061782ce898212bb9cf9051d6b76c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# 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
- 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)
## 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).
|