You do not need to follow these steps if you just want to use the application: you can sign up at datacurator.org/app and start using it straight away.
git
, which can be installed via:- an account on GitHub
Node
(runs javascript on your computer like a headless browser)- Open a terminal and follow these instructions namely run:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
- Then using
nvm
to install the latest version ofnode
usingnvm install
- Open a terminal and follow these instructions namely run:
pnpm
oryarn
, which once you havenode
installed, you can use:npm install -g pnpm
, ornpm install -g yarn
At this point you can move to the README.md and follow the "Setup" instructions.
- Install cygwin
- Follow the instructions above.
- For the README.md part you will need to find your project directory which is likely at: C:\Users<your user name>\Documents\GitHub\data-curator2 so you can use:
cd /cygdrive/c/Users/<your user name>/Documents/GitHub/data-curator2