diff --git a/Server-Setup-Deno.md b/Server-Setup-Deno.md index e604487..03eeb17 100644 --- a/Server-Setup-Deno.md +++ b/Server-Setup-Deno.md @@ -1,6 +1,6 @@ ## Web Client Development -## Overview +### Overview The Meshtastic web interface can be hosted or served from a node. @@ -21,7 +21,7 @@ curl -fsSL https://deno.land/install.sh | sh Clone the Meshtastic Web Repo repository ``` -git clone https://github.com/meshtastic/web.git && ycd web +git clone https://github.com/meshtastic/web.git && cd web ``` Install the dependencies. @@ -49,15 +49,3 @@ GZip the output: ``` deno task package ``` - -## Contributing - -We welcome contributions! Here’s how the deployment flow works for pull requests: - -- Preview Deployments: - Every pull request automatically generates a preview deployment on Vercel. This allows you and reviewers to easily preview changes before merging. -- Staging Environment (client-test): - Once your PR is merged, your changes will be available on our staging site: client-test.meshtastic.org. - This environment supports rapid feature iteration and testing without impacting the production site. -- Production Releases: - At regular intervals, stable and fully tested releases are promoted to our production site: client.meshtastic.org. \ No newline at end of file