HydraNet is a website built using Astro, a modern static site generator.
To get started with HydraNet, follow these steps:
-
Install Dependencies: Make sure you have Node.js installed. Then, install the necessary dependencies by running:
npm install
-
Run the Development Server: Start the development server to see your changes live:
npm start
or
npm run dev
-
Build the Project: When you're ready to build the project for production, run:
npm run build
-
Preview the Production Build: To preview the production build locally, run:
npm run preview
To learn more about Astro, check out the Astro documentation.
Happy coding!