aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: cf7ccbb7ed8905c5c11eb5d74fd82d69a2b69c64 (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

[![512KB club](https://512kb.club/assets/images/green-team.svg)](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).