DAO-job-board
A job board connecting DAOs with talent.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- proposal.md
- simple_template.md
- pr.yml
- pre-commit
- package.json
- README.md
- schema.sql
- main.js
- preview.js
- supabase.ts
- web3Storage.ts
- AddAvatar.tsx
- BasicDetails.tsx
- ConnectLine.tsx
- FormButtonGroup.tsx
- LinksSection.tsx
- ProgressGroup.tsx
- ProgressStep.tsx
- project.tsx
- SocialLinks.tsx
- YourDetails.tsx
- DeveloperItem.tsx
- DeveloperList.tsx
- 1_JobBasics.tsx
- 2_JobDetails.tsx
- 3_JobSummary.tsx
- KeywordsSection.tsx
- JobCard.tsx
- JobFilter.tsx
- JobList.tsx
- JobPreview.tsx
- JobPost.tsx
- AddLinks.tsx
- AlertModal.js
- FilterTag.tsx
- SelectKeywords.tsx
- ConnectButton.tsx
- Footer.tsx
- Navbar.tsx
- NavTitle.tsx
- Sidebar.tsx
- SidebarLinks.tsx
- SocialBadge.stories.tsx
- SocialBadge.tsx
- Landing.tsx
- MainComponent.tsx
- keywords-sample.ts
- README.md
- useAuth.tsx
- useLogger.ts
- useSupabase.ts
- auth.ts
- index.tsx
- [devaddress].tsx
- index.tsx
- [jobTitle].tsx
- index.tsx
- index.tsx
- _app.tsx
- _document.tsx
- about.tsx
- index.tsx
- common.json
- common.json
- common.json
- DevDAO.png
- DeveloperDaoFavicon.ico
- ETHEREUM.png
- favicon.ico
- metamask.png
- powered-by-vercel.svg
- vercel-logo.png
- vercel.svg
- Button.stories.tsx
- Colors.stories.tsx
- JobCard.stories.tsx
- Tags.stories.tsx
- Typography.stories.tsx
- Icon.tsx
- theme.tsx
- common.ts
- index.ts
- job.ts
- keyword.ts
- link.ts
- organization.ts
- supabase.ts
- user.ts
- .eslintrc.json
- .gitignore
- doppler.yaml
- next-env.d.ts
- next-i18next.config.js
- next.config.js
- package.json
- tsconfig.json
- typegen.js
- yarn.lock
- Greeter.sol
- deploy.ts
- index.ts
- .env.example
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmignore
- .solhint.json
- .solhintignore
- hardhat.config.ts
- package.json
- README.md
- tsconfig.json
- .all-contributorsrc
- .gitignore
- .prettierignore
- .prettierrc.json
- CONTRIBUTING.md
- DOCKER.md
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/Developer-DAO/DAO-job-board
Downloads the entire project code from GitHub to your computer.
cd DAO-job-board
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd database
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
