Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 425 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 425 Bytes

TensorBeat Webapp

To run the app, clone the repository and run npm ci to install dependencies. Then run npm run dev to start the app in development mode.

To build the optimized app and run it in production, run npm run build followed by npm run start.

This project uses Next.js bootstrapped with create-next-app.