MithrilJS / docs

Source code for Mithril's documentation site
https://mithril.js.org
MIT License
1 stars 4 forks source link

Update installation docs to use templates + esbuild instructions #7

Closed kevinfiol closed 1 month ago

kevinfiol commented 1 month ago

Replaces https://github.com/MithrilJS/mithril.js/pull/2827

Removes wordy "Step by Step" section of the installation page, as well instructions on using budo, and adds Mithril starter templates that are easy to clone. Also rewrites Quick start section to use esbuild instead of Webpack.

Description

Review the rendered markdown here.

Motivation and Context

For some notes on why I went with esbuild as the "default":

How Has This Been Tested?

Ran npm run build:docs locally and reviewed built documentation

Types of changes

Checklist: