My personal site built with Astro. Contributions are welcome.
To get started, make sure you have Node.js and pnpm installed, then clone the repository and install dependencies.
- Node.js
- pnpm
git clone https://github.com/nermin-io/nsehic.com.git
pnpm install
pnpm run dev
You can preview your changes on http://localhost:4321/
The website is deployed as static content on Google Cloud Storage. Commits merged to main
will automatically be deployed via a workflow.
If you would like to do a production build locally, run the following command:
pnpm run build
Build output will appear in the /dist
directory.
MIT
This site is a customised version of the Astro Nano template by Mark Horn.