SokuPay / frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

To build and run this app locally, you'll need:

  • Node.js v14.17.0 or above

Getting Started

Install dependencies

cd frontend
npm install

Start the local dev server

npm run dev

If you want to run it on a raspberry pi, use the following command

npm run build
npm run start

In a separate terminal, run a local SSL proxy

npm run proxy

About


Languages

Language:TypeScript 87.2%Language:CSS 12.4%Language:JavaScript 0.4%