[WIP] Content management system for blazingly fast websites, powered by Svelte
(Being Renamed to AuCMS)
⚠️ Important: Master branch is not yet stable as project is undergoing massive refactoring ⚠️
Content management system for blazingly fast websites powered by Svelte.
NoMoCMS is currently in active development. It’s not ready for production use until it reaches v1.0.
Current stage: alpha
You can set up a superuser account though the following environment variables:
SUPERUSER_EMAIL
, by default is set to [email protected]
SUPERUSER_PASSWORD
, by default is set to clark&lois
WARNING: consider changing the default superuser credentials
To run on local machine you’ll need:
docker-compose up -d
)Project uses NPM workspaces:
To start in the development mode:
npm run start -w api
npm run start -w dashboard
To build :
npm run build # build api & dashboard
# OR specify a workspace
npm run build -w api
npm run build -w dashboard
To run tests:
npm run test # to run all
npm run test -w api # to run only the api tests
npm run test -w modules/account # to run only the modules/account tests
Node.js is a trademark of Joyent, Inc. and is used with its permission. We are not endorsed by or
affiliated with Joyent.