https://github.com/json-ms/demo
https://github.com/json-ms/demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/json-ms/demo
- Owner: JSON-ms
- Created: 2025-03-25T16:54:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-30T15:57:05.000Z (6 months ago)
- Last Synced: 2026-01-02T07:05:22.127Z (6 months ago)
- Language: TypeScript
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON.ms
Just a small demo containing a presentation and a playground to follow along while exploring JSON.ms for the first time.
### Install dependencies:
```sh
# Using Yarn
yarn
# OR using npm
npm install
```
### Start the development server:
```sh
# Using Yarn
yarn dev
# OR using npm
npm run dev
```
## License
MIT