https://github.com/rybla/pantograph-user-study
https://github.com/rybla/pantograph-user-study
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rybla/pantograph-user-study
- Owner: rybla
- Created: 2024-03-16T01:34:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:31:03.000Z (over 1 year ago)
- Last Synced: 2024-12-28T03:16:59.474Z (over 1 year ago)
- Language: JavaScript
- Size: 4.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pantograph User Study
Dependencies:
- [pnpm](https://pnpm.io/)
To get everything installed and setup:
```sh
pnpm install
```
To serve the project locally:
```sh
pnpm run dev
```
To build the project and update the github pages version online:
```sh
pnpm run build
```