Development
Local development
To build the JS source when it changes, run:
yarn build -w
To the sandbox app:
bin/rails server
The sandbox app is available at http://lexxy.localhost:3000. There is also a CRUD example at http://lexxy.localhost:3000/posts.
Documentation
To run the documentation site locally:
cd docs
bundle install
bundle exec jekyll serve
The docs will be available at http://localhost:4000/lexxy/.
Release
Gem
- Update the version in
version.rb - Run
bundleto updateGemfile.lock - Commit the version bump
- Run
rake releaseto publish the gem
NPM package
yarn release
Create release in GitHub
Create a new release in GitHub.
While in beta we are flagging the releases as pre-release.