You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Welcome to the NIBM Computing Society website repository. This website is built
19
19
-[Next.js](https://nextjs.org/) - A React framework for building fast and scalable applications.
20
20
-[Sanity](https://www.sanity.io/) - A headless CMS that provides a powerful and flexible content backend.
21
21
-[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.
22
23
23
24
## Getting Started
24
25
@@ -67,7 +68,7 @@ Follow these steps to set up and run the project locally:
67
68
docker run -p 3000:3000 nibmcs-website
68
69
```
69
70
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>.
71
72
72
73
**Local Development (Without Docker)**:
73
74
@@ -78,7 +79,7 @@ Follow these steps to set up and run the project locally:
78
79
npm run dev
79
80
```
80
81
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>.
0 commit comments