Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 576 Bytes

File metadata and controls

18 lines (10 loc) · 576 Bytes

The Ramanujan Machine Web Portal

To run the project locally, you must have NodeJS installed. See instructions by operating system here.

Ensure that you have all project dependencies installed using npm ci or npm install.

npm start

Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.

npx cypress run

Runs Cypress end to end tests in your terminal.

npx cypress open

Launches Cypress UI to run end to end tests in the browser.