Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 330 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 330 Bytes

KFFP Archives Web

Development

This app uses the Next JS v2 framework.

Setup:

Install dependencies

$ yarn

Copy .env.example file in the project root and obtain the credentials from a developer on the project.

$ cp .env.example .env

Run Development server

$ yarn dev