Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 718 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 718 Bytes

@curvenote/myst-landing-theme

A simple MyST landing page theme for projects and communities

Usage with the curvenote or myst CLI

To use this template locally, update your site template make sure your project's local dependencies are installed:

site:
  template: curvenote/curvenote-landing

OR

site:
  template: ./path/to/landing-theme

Then start the local server:

myst start

Open up http://localhost:3000 and you should be ready to go!

Development

npm install
npm run dev

Deployment

make deploy

Will bundle the theme and deploy it to https://github.com/myst-themes/landing-theme for download by the mystmd cli