Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 524 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 524 Bytes

Data Fellowship landing page

Installing Dependencies

yarn

Development

Prerequisits

  • Create _contents folder
  • Copy contents from demo_data folder to _contents

Start Script

yarn dev

Environment

Env File

  • .env.development.local
NEXT_PUBLIC_FORM_URL=

Production

  • Push to main branch triggers build
  • Data from https://github.com/CodeforNepal/fellowship-data -> data_literacy/_contents will be used to generate the site.
yarn build