Skip to content

jimt/p4gweb.github

 
 

Repository files navigation

Phase4Ground experimental web site

This site uses Svelte/Sapper and mdsvex to render Markdown (or HTML fragments) pages.

Content

Content pages are in the src/routes directory tree.

Building

The current web site is hosted on GitHub Pages. This repository contains a GitHub Actions workflow that will rebuild the rendered and optimized web pages on any push to the master branch.

You can also build a local copy of the site using the LTS version of Node.js.

  • clone the repository, and change into the directory
  • npm i to install build dependencies
  • then either npm run dev to build a development version of the site, with hot reloading in your default browser; or npm run export to build a production version of the web site

About

Web page for the project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.1%
  • CSS 38.3%
  • Svelte 9.1%
  • HTML 7.5%