Skip to content

Commit c90a6de

Browse files
authored
Merge pull request #3 from intelowlproject/develop
v0.1.0
2 parents 5781ef6 + c72c0b7 commit c90a6de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/nextjs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
77
on:
88
# Runs on pushes targeting the default branch
99
push:
10-
branches: ["develop"]
10+
branches: ["main"]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@ Faq's in `faqdata.ts`
5454
### **Contributor Notes**
5555
While testing any markdown related changes, if you run into any issue, you can do `npx --no-install contentlayer build` to generate the contentlayer content yourself, through your vscode terminal.
5656

57+
##### Run The Application locally
58+
```commandline
59+
npm install
60+
npm run dev
61+
```
62+
63+

0 commit comments

Comments
 (0)