clientkit
v6.3.0
Published
Client kit for websites
Downloads
39
Keywords
Readme
Clientkit
A UI framework for building client projects efficiently and effectively.
Table of Contents
Requirements
When working on clientkit make sure you have the following tools installed:
- For your editor: eslint, stylelint, editorconfig
- Nodenv or similar (should match the version in .node-version)
Project has been setup to be run and debug from inside VS Code, but can be run on other editors as well.
Bugs and feature requests
Have a bug or a feature request? Please first read the Contributing documentation and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Contributing
Contribution is a perfect way to help advance the project. Please read the contributing guidelines before getting started.
Editor preferences are available in the editor config for use in common text editors. Read more and download plugins at http://editorconfig.org.
Getting Started
- Clone the repo:
git clone https://github.com/firstandthird/clientkit.git
. cd clientkit
- Install build dependencies:
npm install
- Start the build process:
npm start
Copyright
© 2020. First and Third, Inc. Maintained by @firstandthird.