Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 462 Bytes

Jayvee Docs

This app documents the Jayvee language based on the docusaurus project.

Development

Consider these commands at root level of the repo.

Serve docs on local machine (with hot reload)

npx nx serve docs

Build static files for deployment

npx nx build docs