Erudit is a CMS for perfect community-driven educational sites.
🚧 Erudit is under heavy development!
Intall erudit
package:
npm install erudit
(Optionally) Create erudit.ts
file to configure your Erudit project:
export default defineEruditConfig({
language: 'ru',
site: {
title: 'My Awesome Site',
},
});
Use commands provided by Erudit CLI to control your project:
npm erudit dev|build|preview
packages/cog
— Erudit types, schemas, toolspackages/cli
— CLI for running, building and previewing Erudit projectspackages/bitran-elements
— collection of default and pluggable Bitran elementspackages/erudit
— Erudit app in form of Nuxt Layer
- Fork
erudit-js/erudit
repository to your GitHub account and then clone it to your local device - Install Bun if you does not have it already
- Run
bun install
and thenbun run build
Now the project is ready for your edits.
Try your changes using playground Erudit project located in playground
directory.
Commands to control playground Erudit project:
bun play
bun play:prepare
bun play:build
bun play:preview