-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Clone the repository to create a local version on your system:
$ git clone https://github.com/Kajabi/sage.git
Next, you'll install the dependencies needed to run and develop with Sage.
First, install dependencies for Rails:
$ bundle
We use yarn for package management. If you do not have yarn installed, follow the steps in the Yarn documentation before continuing.
Once yarn has been installed, we can install the packages needed for Sage with:
$ yarn install
NOTE: The
yarn installcommand should also be run following any changes made topackage.json
The final part of the setup is to create a database
$ rake db:setup
To run Sage locally and view the documentation site:
$ yarn start
This will spin up a local server, along with live-reloading of CSS & JavaScript when changes are made. Navigate to http://localhost:4000 in your browser.
Getting Started
- Welcome
- Introduction
- Setup
- Installation
- Contributing
- Git/code workflow
- Local development In Kajabi-Products
- Updating Sage version and integrating into Kajabi
Guidelines
- Voice & Tone
- Product language
- Code Conventions
- JS & Test Binding Conventions
- Understanding and Maintaining Type Specs
- Updating Icons
- Using z-index
- Accessibility
- Browser support
- Color Spaces/Profiles
- Sharing In-progress Work
- Deprecation
Updates