Skip to content

shamanicvocalarts/BespokeSynthDocs

 
 

Repository files navigation

  • You can find the most recent builds for Mac/Windows/Linux at bespokesynth.com, or in the Releases section on GitHub

  • Sign up here to receive an email for new releases

  • Join the Bespoke Discord for support and to discuss with the community

How to contribute:

Local development requirements:

We are using a Jekyll theme called Just The Docs and GitHub Pages.

The easiest way to contribute is to edit or add markdown files to this GitHub repo, and GitHub will automatically update the site. Editing directly in GitHub will create a fork which you can use to send a pull request. If you have git you can develop the site locally.

Download Ruby:

Once you have installed Ruby, install the bundler gem globally or locally:

Global:

gem install bundler

Local:

gem install --user-install bundler

Once you have installed Ruby and cloned the repo, you can optionally set the bundle path to install gems into the repo by running this command in the main repo folder:

bundle config set --local path 'vendor/bundle'

Then you can install the bundle by running this command in the main repo folder:

bundle install

To serve the site at http://127.0.0.1:4000

bundle exec jekyll serve --b ''

About

community-built documentation for bespoke synth

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 46.3%
  • Python 20.2%
  • HTML 17.1%
  • JavaScript 14.4%
  • Ruby 1.3%
  • CSS 0.5%
  • Liquid 0.2%