Skip to content

Commit f765266

Browse files
committed
update job listing
1 parent a60f1ed commit f765266

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22

33
Crowdsourced job board for the MakerGram community.
44

5-
## Getting Started
5+
## Submit a Job Listing
66

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)
88

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
1810

19-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
11+
Install dependencies:
2012

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+
```
2216

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:
2418

19+
```bash
20+
yarn dev
21+
```
2522

23+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)