Official website and documentation https://xorm.io
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Lunny Xiao 57ce2e83ad
continuous-integration/drone/push Build is passing Details
Merge pull request '优化命名、修复表格显示异常' (#6) from zxysilent/website2:master into master
Reviewed-on: #6
2 months ago
archetypes init project 11 months ago
assets Fix highlight in code 11 months ago
config Add redirect 11 months ago
content 优化命名、修复表格显示异常 2 months ago
data init project 11 months ago
functions init project 11 months ago
i18n 更新文档 11 months ago
layouts Update Woodpecker-CI log 11 months ago
static Fix redirect bug 11 months ago
.drone.yml build 11 months ago
.editorconfig init project 11 months ago
.eslintignore init project 11 months ago
.eslintrc.json init project 11 months ago
.gitignore build 11 months ago
.markdownlint-cli2.jsonc init project 11 months ago
.stylelintignore init project 11 months ago
.stylelintrc.json init project 11 months ago
LICENSE init project 11 months ago
README.md Update README 11 months ago
babel.config.js init project 11 months ago
netlify.toml use i18n more 11 months ago
package-lock.json Fix highlight in code 11 months ago
package.json init project 11 months ago

README.md

Website for XORM

This is official website of XORM which is based on doks theme of hugo

How to run in dev mode?

First, you need to run

npm install

and then

npm run start

How to release?