Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.13 KB

Celo Composer Frontend

Getting Started

Install

yarn

Start

yarn dev

Dependencies

Architecture

  • /pages includes the main application components (specifically index.tsx and _app.tsx)
    • _app.tsx includes configurartion
    • index.tsx is the main page of the application
  • /components includes components that are rendered in index.tsx
  • /public includes files for the PWA
  • /utils is for utility functions

PWA (Progressive Web App)

This application uses next-pwa to make this a mobile friendly progressive web application.

PWAs are similar to web pages, but have some additional features that give users an experience on par with native apps.