mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
- Removed duplicate line regarding project maintenance to streamline the README content.
1.0 KiB
1.0 KiB
popov.link
Personal website source code built with Astro.
Requirements
- Node.js v22 or later
- npm v11 or later
Development
- Install dependencies:
npm ci
- Start the development server:
npm run dev
- 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
- Issues: GitHub
- Read-only mirror: git.popov.link
- Maintained by Valentin Popov
Comments
Comments on the site are powered by giscus.app and stored in GitHub Discussions.
License
This project is licensed under the MIT License.