We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a13d2 commit e582af5Copy full SHA for e582af5
BUILD.md
@@ -3,6 +3,16 @@
3
This guide will help you build the Hyperdrive UI from source. The UI is built
4
using React and TypeScript, and it uses Vite as the build tool.
5
6
+- [Prerequisites](#prerequisites)
7
+ - [Working in a Monorepo](#working-in-a-monorepo)
8
+- [Building from Source](#building-from-source)
9
+ - [1. Install dependencies](#1-install-dependencies)
10
+ - [2. Build local packages](#2-build-local-packages)
11
+ - [3. Add environment variables](#3-add-environment-variables)
12
+ - [4. Start the development server](#4-start-the-development-server)
13
+ - [5. Build for production](#5-build-for-production)
14
+
15
16
## Prerequisites
17
18
Before you start, make sure you have the following installed:
0 commit comments