This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
This is a simplified list of the available functionalities in this app,
| Variable Name | Default | Description |
|---|---|---|
| NEXT_PUBLIC_ENABLE_DOWNLOADS | false | Enables downloading data at "Exploration" and "Data Releases" pages |
| NEXT_PUBLIC_ENABLE_LOGIN | false | Allows submitters to login |
| NEXT_PUBLIC_ENABLE_REGISTRATION | false | Allows new submitters to register |