Skip to content
Snippets Groups Projects
Commit 87f0b68b authored by zh393's avatar zh393
Browse files
parents 1c66f694 01c2e7c5
Branches
No related tags found
No related merge requests found
......@@ -6,12 +6,10 @@ UPDATE: app is now live on https://whats-in-your-fridge-ci102.herokuapp.com/.
To run the app, make sure you have [node](https://nodejs.org/en/) installed.
Go into the api directory and run `npm install`.
Then go into the client directory and run `npm install`.
Run `npm install`.
Once the dependencies are installed, we can run the app.
Go into the api directory and run `npm start`.
Launch a new terminal and go into the client directory and run `npm start`.
Run `npm start`.
The app should now be running on `localhost:3000`.
public/images/GreenMintBackground.png

779 B

......@@ -6,6 +6,7 @@ import { Box } from '@mui/system';
function Home() {
return (
<div className="GreenMintBackground.png" />
<Container maxWidth="sm">
<Box sx={{ my: 20 }}>
<Heading
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment