The Site package contains the source code for the Scene Forge project's public-facing website. The site's primary goal is to provide documentation and information about the project and showcase some of the application's features and capabilities.
The site creation is on top of the libraries Astro and the Starlight theme.
To start the development server, run the following:
yarn dev
This will start the development server, commonly available at the URL `http://localhost:4321'.
The build process generates a static site ready to deploy to any static hosting provider, with no server-side processing required.
To build the site, run:
yarn build
The build output will be in the dist
folder, containing all
the files needed to deploy the site.
As the Starlight theme predefines, the content lives in the
src/content
folder. Inside it, the folder docs
contains
the Markdown files that will be transformed into stunning
HTML pages.
More details about the authoring content are available on the Starlight documentation page.
This project is licensed under the Creative Commons Legal Code - see the LICENSE file for details.