Peronlabs/Pancake-frontend-Code

Full Source Code on Peron Github :

🥞 Pancake Frontend

This project contains the main features of the pancake application.

If you want to contribute, please refer to the contributing guidelines of this project.

Documentation

  • Info

  • Cypress tests

Quick Start

install dependencies using yarn

yarn

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start

Last updated