A UI framework for building client projects efficiently and effectively.
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.
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.
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.
- Clone the repo:
git clone https://github.com/firstandthird/clientkit.git
. cd clientkit
- Install build dependencies:
npm install
- Start the build process:
npm start
© 2020. First and Third, Inc. Maintained by @firstandthird.