Welcome to KATA On-Chain Job Board built in Next.ts. This decentralized job board platform provides a secure, transparent, and fair ecosystem for job seekers and employers.
npm install npm@latest -g
First, clone the repo :
git clone https://github.com/msilucifer/kata-frontend.git
Second, install NPM packages :
npm install
# or
yarn
Finally, add your environment variables in .env
file :
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=
- For WalletConnect, visit https://cloud.walletconnect.com/app
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Please read this document
Distributed under the MIT License. See LICENSE
for more information.