Welcome to my Super Calculator !

Development server

To run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Production build

To run the production build:

npm run build && npm run start
# or
yarn build && yarn start

Open http://localhost:3000 with your browser to see the result.