README.md 440 B

SIWS Reference Implementation

Live Demo

https://siws.vercel.app/

Getting Started 🚀

Set up your local development environment by following these steps:

  1. Install packages.

    npm install
    # or
    yarn install
    
  2. Start the development server.

    npm run start
    # or
    yarn start
    

The live development website should now appear at http://localhost:3000.