The documentation site for Juvet.
Juvet is a the message platform framework built in Elixir and this is the documentation site that lives at juvet.io.
There are dependencies that need to be installed via yarn with the following command:
yarn install
This site uses [tailwind] for css. You can change the tailwind.js
to update the css and run the following command:
./node_modules/.bin/tailwind build styles.css -o ./dist/styles.css
This site is hosted on netlify and is automatically deployed when the master branch is updated.
- Clone the repository
git clone git@github.com:juvet/site
- Create a feature branch
git checkout -b my-awesome-feature
- Codez!
- Commit your changes (small commits please)
- Push your new branch
git push origin my-awesome-feature
- Create a pull request
hub pull-request -b juvet:master -h juvet:my-awesome-feature