We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git clone https://github.com/NFDI4Chem/nmrium-react-wrapper.git
cd nmrium-react-wrapper
git checkout development
docker build -t nmrium-rw:dev .
docker run \ -it \ --rm \ -v ${PWD}:/app \ -v /app/node_modules \ -p 3001:3000 \ -e CHOKIDAR_USEPOLLING=true \ nmrium-rw:dev
npm start
The development server will run on localhost:3000.
To improve the load time, you can run the app in production mode instead:
docker build -f Dockerfile.prod -t nmrium-rw:prod -m 8g .
docker run -it --rm -p 1337:80 nmrium-rw:prod
npm run build
The production server will run on localhost:1337.