Concise is a lightweight, front-end framework that provides a number of great features without the bloat. Concise is built based on Object-Oriented CSS principles and keeps semantics in mind to provide a small learning curve, but a high level of customization.
Our project is build with NodeJS so if you wish to make changes to the source files, follow the instructions below:
-
Install NodeJS on your machine.
-
Navigate to the project in the terminal:
cd /path/to/directory
- Install the
harp
NPM module globally:
npm install harp -g
- You can now run the following commands:
Start a server to view pages:
npm start
Compile static assets:
npm run compile
If you wish to contribute to the Concise project, please read through our contributing guidelines first and then help however you'd like!
Code released under the MIT license. Documentation released under Creative Commons.