Skip to content

Commit

Permalink
Merge pull request #3 from intelowlproject/develop
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
mlodic authored Jul 20, 2023
2 parents 5781ef6 + c72c0b7 commit c90a6de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["develop"]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ Faq's in `faqdata.ts`
### **Contributor Notes**
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.

##### Run The Application locally
```commandline
npm install
npm run dev
```


0 comments on commit c90a6de

Please sign in to comment.