Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 529 Bytes

climate

A working repo of climate project by Open Knowledge Nepal.

Getting Started

First, run the development server:

This project makes use of github api which needs to be authenticated. First generate Personal Access Token for you account which can be found in developer setting in github settings.

set this as variable in .env or .env.local at root level in nextjs project NEXT_PUBLIC_PAT=personal access token

npm install //for initial setup and adding packages(can use yarn)
npm run dev
# or
yarn dev