Skip to content

Latest commit

 

History

History
74 lines (64 loc) · 1.04 KB

File metadata and controls

74 lines (64 loc) · 1.04 KB

Next Logo

Frontend

for Change2Collect (C2C) application, powered by Next

Getting started

If you want to start the complete project, follow the general setup instructions

Local Frontend Development

Make sure to have yarn installed.

Setup

# make command
make setup-dev

or

# yarn
yarn setup:dev

Run The App

# make command
make dev

or

# yarn
yarn dev

Build

Setup

# make command
make setup-build

or

# yarn
yarn setup:build

Generate The Build

# make command
make build

or

# yarn
yarn build

Start The Build

# make command
make start

or

# yarn
yarn start

Next

For detailed explanation on how things work, run

yarn help:me

or check out the Next docs.