README
PepperMint cli
These are the PepperMint CMS command line tools. There are other repositories dedicated to making the CMS real too.
Installing
- Make sure you have installed nodejs
- Run
npm install pmint
This will give you a global pmint that you can use. - Start using it!
Creating a new site
pmint new <siteName>
to create a new site folder, with the name of siteName.
npm install
in the site directory, to install runserver dependencies.
node runlocal.js
in the site directory, to serve the site locally.