This repository contains the code to run the Tekalo Next.js frontend application. This README provides useful information concerning development, deployment, and project structure.
- Clone the repository and
cdinto it - Run
nvm install lts/galliumto install the proper node-engine - Run
nvm useto switch to it in your current environment - Make a copy of the .env file:
cp .env.sample .env.local - Update the values in your
.env.localfile according to the TODOs - Run
pnpm installto download necessary dependencies - Run
pnpm devand the application should be live onlocalhost:3000and ready for development!
houseformdependency is hard-set to1.11.1as updates tov1.12and above are causing an infinite loop in one of the unit tests and maybe on the site itself. This would be a good first issue for a new dev to look into.