You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[npm and node](https://docs.npmjs.com/cli/v8/configuring-npm/install)
10
+
-[Spin](https://spinframework.dev/quickstart)
11
+
12
+
Build and run the website locally:
13
+
14
+
1. Run the following commands:
15
+
16
+
```bash
17
+
cd spin-up-hub
18
+
npm ci
19
+
cd ../
20
+
npm ci
21
+
spin build
22
+
spin watch # Uses spin watch to run the website and reload when content changes.
23
+
```
24
+
25
+
2. View the website at `http://localhost:3000`.
26
+
27
+
If you would like to edit the contents of the [spinframework.dev](https://spinframework.dev/) website and contribute your changes, please visit the [Contributing to Docs](https://spinframework.dev/contributing-docs) page.
0 commit comments