Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.07 KB

README.md

File metadata and controls

55 lines (40 loc) · 2.07 KB

The ResearchHub Next.js Web App

Discord Badge

 

Our Mission

Our mission is to accelerate the pace of scientific research 🚀

We believe that by empowering scientists to independently fund, create, and publish academic content we can revolutionize the speed at which new knowledge is created and transformed into life-changing products.

Important Links 👀

💡 Got an idea or request? Open issue on Github.
🐛 Found a bug? Report it here.
➕ Want to contribute to this project? Introduce yourself in our Discord community
📰 Read the ResearchCoin White Paper
👷 See what we are working on

Setup

  1. Run cp .env.development.example .env.development
  2. nvm install 20.11.1 (installing nvm)
  3. nvm use 20.11.1
  4. yarn install (installing yarn)
  5. yarn run dev
  6. You will also need to install the backend app for the project to run

macOS

Executing yarn install on macOS may display some gyp errors associated with the canvas native dependency. To fix these errors, install the following packages using Homebrew:

brew install pango pkg-config

Contributing to the codebase

  1. Fork this repo and then clone it to your local env
  2. Create a new branch
git checkout -b MY_BRANCH_NAME
  1. Submit a pull request against master branch of this repository