0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 16:10:26 +03:00
Files
popov.link/README.md
Valentin Popov bc4f65c1f6 chore: update README and add GitHub Actions workflow for repository mirroring
- Updated the README to change the read-only mirror link to the new URL.
- Added a GitHub Actions workflow for mirroring the repository to a remote Git repository.
2025-06-15 11:51:56 +00:00

1.0 KiB

popov.link

512KB club

Personal website source code built with Astro.

Requirements

  • Node.js v22 or later
  • npm v11 or later

Development

  1. Install dependencies:
npm ci
  1. Start the development server:
npm run dev
  1. Open your browser and go to http://localhost:3000 to view changes live.

Build & Preview

  • To build the project for production:
npm run build
  • To preview the production build locally:
npm run preview

Project Info

Comments

Comments on the site are powered by giscus.app and stored in GitHub Discussions.

License

This project is licensed under the MIT License.