Skip to content

TalentLayer-Labs/platform-frontend

 
 

Repository files navigation

Platform Frontend to manage platform on talentlayer

About Platform Frontend

Platform Frontend is an open-source fork-able codebase that is available for marketplaces and other platforms integrating with TalentLayer to borrow from and use to get inspired.

Stacks

Dev stacks

Steps for setup

  • Init the react app with typescript using Vite: npm create vite@latest dapp -- --template react-ts
  • Install ESLint: npm install --save-dev @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint typescript
  • Install Tailwind:
    • npm install -D tailwindcss postcss autoprefixer
    • npx tailwindcss init -p
  • Install React Router: npm install react-router-dom@6
  • Install Wagmi: npm i wagmi ethers
  • Install web3modal: npm install @web3modal/react @web3modal/ethereum ethers
    • Create env file: touch .env
    • Define the wallect connect project Id: VITE_WALLECT_CONNECT_PROJECT_ID
  • Install Heroicons: npm i

Steps to run in local

  • npm install
  • npm run dev

VSCode useful plugins

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Other 1.2%