The Spin documentation website is deprecated. We still run it, but only to redirect to new documentation.
To build and run the Spin documentation website:
-
Build Spin using the contributing guide.
-
Run the following npm commands:
$ npm install
$ npm run spin
- View documentation website at http://localhost:3000