Skip to content

snyhlxde1/lm-sys.github.io

 
 

Repository files navigation

lmsys.org

This repo hosts all the content within https://lmsys.org.

Develop and Deploy

See the package.json

  1. Install npm and node.js

  2. Develop:

npm i
npm run build
npm run dev
  1. Deploy:
npm i
npm run build
npm run export

Adding Blog Posts

Add a markdown file to /blog for it to be added in the blog feed. Make sure your frontmatter contains the entries title, author, date, and previewImg.

Editing Content

Some content is not sourced through Javascript, such as the about page, impressum, FAQ, and team list. For those, you can find their respective markdown and json files in /content

Acknowledgement

The website is modified from the laion.ai, fully respecting their license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • HTML 11.3%
  • CSS 10.1%