Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.76 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.76 KB

Getting Started

This project is deployed live on vercel.

Open https://techinnover-dasimems.vercel.app with your browser to see the live result.

To open on the development server

First, Clone the repository on your pc:

git clone https://github.com/dasimems/techinnover.git

cd ./techinnover

Then, Install dependencies:

yarn install

After the dependencies have been installed, run the command below to run the development server:

yarn dev

Packages Used

Folder structure

  • All components are in the components folder
  • All pages are in the pages folder
  • All reducers are in the reducer folder
  • All context are in the context folder
  • All related items like images, fonts are in the assets folder with the category of the item used as folder name example is the images folder
  • All hooks are in the hooks folder
  • The services folder contains all related functions that communicate to storage
  • The utils folder contains all static information used in the application