Skip to content

jhyland87/chem-pal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

513 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just a simple React/Typescript plugin for Chrome - Proof of concept

Example output:

chem-pal example

Node version

  • 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_profile that it shows you in the output.

After nvm is installed, run:

nvm install --lts
nvm use --lts
node --version # Should output v22.15.0

Install pnpm (package manager)

npm install -g pnpm

Building the extension

git clone https://github.com/jhyland87/chem-pal.git
cd chem-pal
pnpm run setup
pnpm run build

Then import the build folder as an unpacked chrome extension.

Development

# Install dev dependencies
pnpm run setup

# Run unit tests
pnpm run test

# Run the build.
pnpm run build

Releases

No releases published

Packages

 
 
 

Contributors