Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 339 Bytes

DEVELOPMENT.md

File metadata and controls

19 lines (14 loc) · 339 Bytes

Development

You'll need to have pnpm installed.

git clone https://github.com/hilverd/glossary-page-template.git
cd glossary-page-template
pnpm install
pnpm run dev

Then open http://localhost:3000/glossary.html in a browser.

Building a release from sources

pnpm run build
./bin/prepare-release