Skip to content

Commit 783c67d

Browse files
committed
docs: Update README.md
1 parent 8b028d7 commit 783c67d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Welcome to the NIBM Computing Society website repository. This website is built
1919
- [Next.js](https://nextjs.org/) - A React framework for building fast and scalable applications.
2020
- [Sanity](https://www.sanity.io/) - A headless CMS that provides a powerful and flexible content backend.
2121
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.
22+
- [Vercel](https://vercel.com/) - A cloud platform for static sites and serverless functions.
2223

2324
## Getting Started
2425

@@ -67,7 +68,7 @@ Follow these steps to set up and run the project locally:
6768
docker run -p 3000:3000 nibmcs-website
6869
```
6970

70-
This will build a Docker image for the website and run it on port 3000. After running the container, you can access the website by opening your web browser and visiting http://localhost:3000.
71+
This will build a Docker image for the website and run it on port 3000. After running the container, you can access the website by opening your web browser and visiting <http://localhost:3000>.
7172

7273
**Local Development (Without Docker)**:
7374

@@ -78,7 +79,7 @@ Follow these steps to set up and run the project locally:
7879
npm run dev
7980
```
8081

81-
This will start the application without Docker, and you can access it by opening your web browser and visiting http://localhost:3000.
82+
This will start the application without Docker, and you can access it by opening your web browser and visiting <http://localhost:3000>.
8283

8384
## Contributing
8485

0 commit comments

Comments
 (0)