Skip to content

AMSAT-ZL/KiwiSAT.org.nz

Repository files navigation

KiwiSAT

A New Zealand Satellite

KiwiSAT Website source

Netlify Status

Contributing

You are welcome to contribute suggestions, fixes, additional information, etc. in a variety of ways:

  1. Use the GitHub issue tracker
  2. Fork or clone the repository and submit a pull request
  3. Email the webmaster

Creating a local test version

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.

  1. Install Node.js (version 14.17.0 or later)

  2. Clone the repository

    git clone https://github.com/AMSAT-ZL/KiwiSAT.org.nz.git

  3. Change into the new directory

    cd KiwiSAT.org.nz

  4. Install the necessary dependencies

    npm install

  5. Start a test web server

    npm run start

  6. Use your web browser to visit http://localhost:8080 to view changes rendered live after each file save.

History

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.