git clone https://github.com/Dynosaur/algebruh.git
to get the files to your computernpm i
to download dependenciesnpm start
to start the server!- Enter
localhost
into your browser to view the website.
npm run test
- Runs all Jest tests.npm run build
- Uses Webpack to build the project without starting the server.npm run buildandrun
- An intermediate script used for nodemon; You can use this command to manually build and run without starting nodemon.npm start
ornpm run start
- Starts nodemon: watches for file changes and rebundles and restarts the server automatically upon changes.