Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 993 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 993 Bytes

Welcome to AppRun Docs

Welcome to the AppRun user guide! This guide shows you how to get started creating web applications using AppRun.

What is AppRun

AppRun is a lightweight alternative to other frameworks and libraries. It has a unique architecture inspired by the Elm architecture that can help you manage states, routing, and other essential aspects of your web application.

AppRun is an MIT-licensed open source project. Please consider supporting the project on Patreon. 👍❤️🙏

Overview

The AppRun Docs are built using Material for MkDocs.

Run Locally

  1. Install mkdocs-material
pip install mkdocs-material
  1. Run mkdocs
mkdocs serve
  1. Navigate to http://localhost:8000

Update docs

  1. Fork repo into your account
  2. Edit, commit, and push changes to the forked repo
  3. Submit pull requests

Thank you. Have fun.