
To generate a new website, run the following commands:
npx @paroicms/cli --create mywebsite --language en cd mywebsite npm i npm run dev
Then, connect to your back-office: http://localhost:8080/adm. Use dev@localhost
for the login, and init
for the password.

ParoiCMS is a full-featured CMS for building showcase websites. It includes:
- Custom content type
- A robust cache system
- A plugin architecture
- Multilingual websites (currently in English and French)
- Multisite: one instance of the server can power several websites

Technologies: the server runs on Node.js. Theme templates are written in LiquidJS (Shopify syntax). Data is stored in SQLite files.