🚀
ShipClojure
  • README
  • Development
    • Getting Started
    • REPL Workflow
    • AI Development with ShipClojure
    • Getting Updates
    • Formatting code
    • ShipClojure Guiding Principles
  • Backend
    • Migrations
    • Secrets
    • Routing
    • ShipClojure Blog
    • Email
  • Frontend
    • UIx + re-frame
    • HTTP Requests with Re-frame
    • Frontend Navigation with Re-frame
    • Toast Notifications
    • Icons
  • Server Side Rendering
    • Static/Landing pages
  • Auth
    • How Auth works
    • Oauth2 providers
  • Deployment
    • Deployment
  • Decisions
    • 001 - Cookie Sessions
    • 002 - Single Page Application Architecture
    • 003 - Re-frame instead of Refx
    • 003 - Move from cookie sessions to JWT Access + refresh tokens
Powered by GitBook
On this page
  • Getting Started
  • Documentation Structure
  • Contributing

README

NextGetting Started

Last updated 1 month ago

Welcome to the ShipClojure documentation! This guide will help you understand how to use and contribute to the ShipClojure project.

Getting Started

If you're new to ShipClojure, check out the guide to set up your development environment.

Documentation Structure

This documentation is organized into several sections:

  • Development: Guidelines and workflows for development

  • Backend: Server-side components and features

  • Frontend: Client-side components and features

  • Authentication: User authentication system

  • Deployment: How to deploy ShipClojure

Explore the to find specific topics.

Contributing

We welcome contributions to ShipClojure! Before contributing, please read the to understand our approach to building this project.

Getting Started
Table of Contents
ShipClojure Guiding Principles