This repo hosts all the content within https://lmsys.org.
See the package.json
-
Install
npm
andnode.js
-
Develop:
npm i
npm run build
npm run dev
- Deploy:
npm i
npm run build
npm run export
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
.
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
The website is modified from the laion.ai, fully respecting their license.