Skip to content

Kei-Shin/frontierstation14.com

Repository files navigation

frontierstation14.com

A small website written in sveltekit to serve as a directory for a certain group of spacemans.

Getting Started

Install Node Version Manager and use the latest LTS

nvm use --lts

Clone or fork the project and install dependencies using npm install.

Visit the lib folder and create your config.js.

From there you can run the server using the one of the commands below.

Development

# Runs the server with live reloading.
npm run dev
# Also opens a new tab on your browser for faster debugging
npm run dev -- --open
# Will expose the server to your local network
npm run dev -- --host

Production

# Run the build step
npm run build
# Then preview runs your production server
npm run preview
# Alternatively will do both for you
npm run prod

License

Content unless otherwise stated is licensed under the GNU Affero General Public License version 3.0.

Most assets are licensed under CC-BY-SA 3.0 unless stated otherwise. Assets have their license and the copyright in the metadata file. Example.

Note that some assets are licensed under the non-commercial CC-BY-NC-SA 3.0 or similar non-commercial licenses and will need to be removed if you wish to use this project commercially.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published