Just a simple React/Typescript plugin for Chrome - Proof of concept
Example output:
-
Make sure youre on node v22.15.0 and npm v10.9.2 or higher (use nvm if needed)
-
Windows NVM: Installer is here (i've never tried it)
-
OSX: Run
brew install nvm, then follow the steps about updating your~/.bash_profilethat it shows you in the output.
After nvm is installed, run:
nvm install --lts
nvm use --lts
node --version # Should output v22.15.0Install pnpm (package manager)
npm install -g pnpmgit clone https://github.com/jhyland87/chem-pal.git
cd chem-pal
pnpm run setup
pnpm run buildThen import the build folder as an unpacked chrome extension.
# Install dev dependencies
pnpm run setup
# Run unit tests
pnpm run test
# Run the build.
pnpm run build