A hugo powered static website for Sky Light
To contribute effectively, you'll need some prerequisites installed on your machine:
- Hugo Extended v0.127+: [https://gohugo.io/installation/]
- Node v18+: [https://nodejs.org/en/download/]
- Go v1.22+: [https://go.dev/doc/install]
Install all the necessary dependencies using the following command:
npm install
Start the development server using the following command:
npm run dev
Start the production server to preview your changes and test functionality:
npm run preview