- Node.js (v14.0.0 or newer)
- Yarn (v1.22.0 or newer) or pnpm (v6.0.0 or newer) or Bun (v0.1.0 or newer)
First, clone the repository:
git clone git@github.com:hussu010/phishit-ui.git
Then, navigate to the project directory:
cd phishit-ui
Then, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.