Skip to content

irydium/irydium-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Irydium template

This is an early start of a template project for Irydium documents. To get started with it, run the following:

npx degit [email protected]:irydium/irydium-template.git my-notebook
npm install

At the moment you can do two things:

Preview your document (index.md in this folder):

npm run dev

Build your document into a static web page (index.html):

npm run build

More to come!

Releases

No releases published

Packages

No packages published