Skip to content

sepo-agent/lm4sci.github.io

 
 

Repository files navigation

Documentation site for Lit Canvas

Quick start

  1. Install nodejs on your computer if you haven't already, following this tutorial
  2. Install dependencies by running npm install in the root directory
  3. Start the development server by running npm run dev

Update the documentation

The documentation files exist in the src/content directory.

  1. To create a new page, simply add a new mdx file in the src/content directory, and optionally modify the _meta.js in the corresponding directory to sort the pages (following the instructions here).

Dev Notes

We use Nextra v4, which is still in its beta version at the point the project. It uses app based routing compared to page based routing. Some of this library's setup is based on nextra's official documentation repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.9%
  • MDX 24.1%
  • TypeScript 1.8%
  • CSS 0.2%