Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bktsim authored Oct 4, 2022
1 parent 8bd2d09 commit e051c80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# LetsPlay
![image](https://user-images.githubusercontent.com/46881538/193762304-85ec87d5-bf0b-4ef2-b88b-deed34c18cff.png)

LetsPlay is a website built for the SAP Invitational Hackathon hosted by SAP in Vancouver, BC.

Expand All @@ -17,7 +18,7 @@ To tackle this issue, our team created a web application over 1.5 days - aiming
* NextUI for frontend framework
* MongoDB

# Run the Project
# Build Instructions
This project was made from the [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) bootstrap.

Although the mongoDB has been disconnected, you can still run the development server to get a look at the website by running the development server with `yarn dev` and viewing it at [http://localhost:3000](http://localhost:3000).
Given a valid mongoDB with at least one user, you can run the development server to get a look at the website with `yarn dev` and viewing it at [http://localhost:3000](http://localhost:3000).

0 comments on commit e051c80

Please sign in to comment.