Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimensi/svg-interactive-schema
An experimental attempt to make a survey
https://github.com/dimensi/svg-interactive-schema
Last synced: 22 days ago
JSON representation
An experimental attempt to make a survey
- Host: GitHub
- URL: https://github.com/dimensi/svg-interactive-schema
- Owner: dimensi
- Created: 2020-05-22T08:49:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:26:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T19:10:11.295Z (about 1 month ago)
- Language: JavaScript
- Size: 858 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An experimental attempt to make a survey
We wanted to make use of our block diagram as a small game.## Start project
```bash
npm ci;
npm run build;
npx serve ./dist
```