Skip to content

juvet/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juvet Site

The documentation site for Juvet.

DESCRIPTION

Juvet is a the message platform framework built in Elixir and this is the documentation site that lives at juvet.io.

DEVELOPMENT

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

DEPLOYMENT

This site is hosted on netlify and is automatically deployed when the master branch is updated.

CONTRIBUTING

  1. Clone the repository git clone git@github.com:juvet/site
  2. Create a feature branch git checkout -b my-awesome-feature
  3. Codez!
  4. Commit your changes (small commits please)
  5. Push your new branch git push origin my-awesome-feature
  6. Create a pull request hub pull-request -b juvet:master -h juvet:my-awesome-feature

About

The documentation site for Juvet,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published