AS209574 NetPage For Astro
Edit the src/Site.js to configure site information.
Edit the src/Ips.js to configure ASN IP segment information.


🧑🚀 Have fun!
This is an old modern website. The framework comes from FrontPage 2003. It has been transformed using Astro for easy building in a Cloud-Native environment.
It has good support for older browser versions, but the website may perform poorly in modern browsers!
Inside of the Astro project, you'll see the following folders and files:
/ ├── README.md ├── astro.config.mjs ├── dist ├── package.json ├── src │ ├── assets │ ├── components │ ├── config │ └── pages └── tsconfig.json
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install | Installs dependencies |
npm run dev | Starts local dev server at localhost:4321 |
npm run build | Build your production site to ./dist/ |
npm run preview | Preview your build locally, before deploying |
npm run astro ... | Run CLI commands like astro add, astro check |
npm run astro -- --help | Get help using the Astro CLI |
MIT License