Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 326 Bytes

File metadata and controls

24 lines (18 loc) · 326 Bytes

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:

# Using Yarn
yarn

# OR using npm
npm install

Start the development server:

# Using Yarn
yarn dev

# OR using npm
npm run dev

License

MIT