KiwiSAT Website source
You are welcome to contribute suggestions, fixes, additional information, etc. in a variety of ways:
- Use the GitHub issue tracker
- Fork or clone the repository and submit a pull request
- Email the webmaster
If you wish to make significant changes, it can be useful to create a local copy of the web site to see the changes "live." This web site is built using the 11ty static site generator.
-
Install Node.js (version 14.17.0 or later)
-
Clone the repository
git clone https://github.com/AMSAT-ZL/KiwiSAT.org.nz.git
-
Change into the new directory
cd KiwiSAT.org.nz
-
Install the necessary dependencies
npm install
-
Start a test web server
npm run start
-
Use your web browser to visit
http://localhost:8080
to view changes rendered live after each file save.
This web site contains information from the earlier version created by Avatar with additional background and reference information. It is rendered in a more mobile/tablet-friendly format.