Skip to content

Tekalo/common-app-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tekalo Frontend

This repository contains the code to run the Tekalo Next.js frontend application. This README provides useful information concerning development, deployment, and project structure.

Getting Started

Pre-Requisites

Starting development

  1. Clone the repository and cd into it
  2. Run nvm install lts/gallium to install the proper node-engine
  3. Run nvm use to switch to it in your current environment
  4. Make a copy of the .env file: cp .env.sample .env.local
  5. Update the values in your .env.local file according to the TODOs
  6. Run pnpm install to download necessary dependencies
  7. Run pnpm dev and the application should be live on localhost:3000 and ready for development!

Reference

Project Organization

Infrastructure

Deployment

Testing

How To

Dev Notes

  • houseform dependency is hard-set to 1.11.1 as updates to v1.12 and 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.

About

common-app-frontend

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 9