Mutational Signature Portal Analysis Tool
cd client
npm install
cd ../server
npm install
cd server
cp config.example.json config.json
# Update config.json with properties specific to your environment
npm start
# Server runs on port 8330 by default
cd client
npm start
# Client runs on port 3000 by default