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
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,22 @@
2
2
3
3
Crowdsourced job board for the MakerGram community.
4
4
5
-
## Getting Started
5
+
## Submit a Job Listing
6
6
7
-
First, run the development server:
7
+
If you want to add a job listing, please submit it at: [Post a Job : MakerGram Jobs](https://forms.gle/WxqKXTMinCqUTWen9)
8
8
9
-
```bash
10
-
npm run dev
11
-
# or
12
-
yarn dev
13
-
# or
14
-
pnpm dev
15
-
# or
16
-
bun dev
17
-
```
9
+
## Local Development
18
10
19
-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
11
+
Install dependencies:
20
12
21
-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
13
+
```bash
14
+
yarn install
15
+
```
22
16
23
-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
17
+
Run the development server:
24
18
19
+
```bash
20
+
yarn dev
21
+
```
25
22
23
+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
0 commit comments