Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 MVP launch buttons for JupyterHub & MyBinder #503

Merged
merged 21 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,25 @@ To interact with the themes in development mode (e.g. with live-reload of compon
2. the renderer/application (theme)
3. a process watching all components

First, start the theme application:
```bash
# In a directory with content
myst start --headless
# In myst-theme
# Install dependencies
npm install
# First, build the theme
npm run build

# Then start the theme
npm run theme:book
# In another terminal, watch for changes and rebuild
npm run dev
```

Then, start the content server application in e.g. the mystmd docs:
```bash
# In a directory with content
myst start --headless
```

> **Note**: in the future, this repository will likely have it's own content to test out with the themes.
> You can currently look to the mystjs/docs folder, or an [article](https://github.com/simpeg/tle-finitevolume) or a [thesis](https://github.com/rowanc1/phd-thesis).

Expand Down
Loading
Loading