abui-am / test-interview

Home Page:test-interview.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

To get started running the project locally, please follow the steps below.

First, clone the repository

git clone https://github.com/abui-am/test-interview

Then, install the dependencies. note that we use yarn, not npm.

cd test-interview
yarn install

Create .env.local file on your root directory and put your https://www.google.com/recaptcha/admin/create there with variable name NEXT_PUBLIC_CAPTCHA_SITEKEY

NEXT_PUBLIC_CAPTCHA_SITEKEY=[your apikey]

example :

NEXT_PUBLIC_CAPTCHA_SITEKEY=6Ldgz-scAAAAACoMsfKYkTTKUJs7xfpKRiTVC0HL

You can now start the development server with

yarn dev

Open http://localhost:3000 with your browser to see the result.

About

test-interview.vercel.app


Languages

Language:JavaScript 66.1%Language:CSS 33.9%