capstone
An experimental, tablet-based tool for developing your ideas
File Explorer
Download Latest Version (.zip)- extensions.json
- settings.json
- chrome.js
- launch.js
- background.chrome.ts
- control.tsx
- entry.chrome.ts
- icon-128.png
- icon-16.png
- index.html
- main.tsx
- manifest.json
- sandbox.html
- worker.ts
- background.js
- content.js
- manifest.json
- anonymous.svg
- board_icon.svg
- leonardo_anatomy.jpg
- leonardo_hoist.jpg
- leonardo_polyhedra.png
- App.css
- ControlPanel.css
- App.tsx
- ControlPanel.tsx
- DebugMgr.tsx
- DebugWidget.tsx
- EnvMgr.tsx
- FullscreenToggle.tsx
- Root.tsx
- Stats.tsx
- WorkspaceMgr.tsx
- Peek.ts
- JsonBuffer.ts
- Traverse.ts
- Link-test.ts
- Content.tsx
- DataImport.ts
- DataTransfer.ts
- Env.ts
- ErrorBoundary.tsx
- File.ts
- Handle.ts
- Handler.tsx
- index.ts
- Link.ts
- Msg.ts
- Queue.ts
- Reify.ts
- SizeUtils.ts
- Store.ts
- StoreBackend.ts
- UUID.ts
- Widget.tsx
- index.js
- Client.ts
- ClientPeer.ts
- Msg.ts
- server.js
- test.js
- test2.ts
- WebSocket.ts
- WebSocket.web.ts
- WebSocketStream.ts
- core.ts
- DOM.ts
- Dragger.ts
- DragMetrics.ts
- index.ts
- Input.tsx
- Interactable.tsx
- Mirrorable.tsx
- Movable.tsx
- Pinchable.tsx
- PinchMetrics.ts
- Resizer.ts
- data1.ts
- data2.ts
- backend.ts
- frontend.ts
- handle.ts
- hypercore.ts
- index.ts
- index.js
- index.js
- Board.css
- Card.css
- Card.tsx
- EdgeBoardCreator.css
- EdgeBoardCreator.tsx
- Frame.ts
- index.tsx
- Ink.css
- Ink.tsx
- InteractableCard.tsx
- HTML.css
- index.tsx
- Image.css
- index.tsx
- index.tsx
- index.tsx
- Text.css
- Clipboard.tsx
- index.tsx
- Shelf.css
- Shelf.tsx
- Workspace.css
- Zoom.ts
- Zoomable.css
- Zoomable.tsx
- ZoomNav.css
- ZoomNav.tsx
- index.ts
- automerge.d.ts
- bs58.d.ts
- crypto.d.ts
- css.d.ts
- index.d.ts
- js-crc.d.ts
- react-with-available-size.d.ts
- node-backend.ts
- bittorrent-dht.js
- blank.js
- util-deprecate.js
- .gitignore
- .prettierrc
- .yarnrc
- Cheatsheet.md
- package.json
- README.md
- screenshot.png
- tsconfig.json
- webpack.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/inkandswitch/capstone
Downloads the entire project code from GitHub to your computer.
cd capstone
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install -g yarn
Downloads and installs the libraries listed in package.json.
$ yarn install
Downloads and installs the libraries listed in package.json.
$ yarn dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
