- React.js
- shadcn/ui
To get started with the Aatampargas frontend, follow the instructions below:
- Node.js (version 16.X.X) (16.14.2 preferred)
- Web browser (Chrome, Firefox, Safari, etc.)
- Clone the repository from GitHub:
git clone https://github.com/SimbaQuartz/eye-vocab-fe.git
- Navigate to the project directory:
cd eye-vocab-fe
- Install the dependencies:
npm install
- Configure the environment variables:
- Create a
.env
file in the root directory. - Copy the local-demo.env to .env
- Create a
- Run the project using
npm run dev