Skip to content

shadow-cljs/shadow-cljs.github.io

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

shadow-cljs User's Guide

See https://shadow-cljs.github.io/docs/UsersGuide.html

The guide is written in asciidoc format available in the /docs directory.

make is used to build the primary HTML file via asciidoctor.

Contribution

Contributions are very welcome. Just open an issue or pull request.

Dockerfile

People who prefer developing against a Docker container can use the Dockerfile provided in this repository. It contains everything that you need:

  • Ruby
  • Bundler
  • Make

Visual Studio Code

Provided that you have you have the "Visual Studio Code Remote - Container" extension installed, Visual Studio Code users will be able to develop against the Docker container immediately.

Generate HTML using docker

  1. Install docker

  2. Build the docs using docker:

make docker-build