Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 813 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 813 Bytes

Overview

The front-end is powered by the Svelte framework, written in TypeScript, and bundled by Parcel. For more efficient dependency management, this projects uses the pnpm package manager. Such a stack requires the Node.js runtime.

Building the Static Assets

# Install all production and development dependencies.
# The development dependencies are necessary for building
# the front-end application.
pnpm install

# Build the static assets to `/dist`. To open the file,
# run the back-end server and navigate to the pages.
pnpm build

Copying

Available at COPYING.md.