This project has been migrated into https://github.com/metaspace2020/metaspace
Web application for browsing results produced by sm-engine.
- Clone the repository with
--recursiveflag. - Run
yarn install - Create
conf.jsusing the providedconf.js.template(used by the backend, all secrets are kept here) - Create
src/clientConfig.jsonusing the provided template (this is used by the frontend) - Run
node deref_schema.js > src/assets/metadata_schema.json(FIXME: do it through webpack)
NODE_ENV=development nodemon server.jsThis will take care of hot reloading after both server and client code changes.
First, execute yarn run build to get the minified bundles in the dist/ directory.
Then set NODE_ENV accordingly and run server.js, e.g.
NODE_ENV=production forever start -l forever.log -o out.log -e err.log -c "nodemon --exitcrash" server.jsThis project is funded from the European Horizon2020 project METASPACE (no. 634402), NIH NIDDK project KPMP and internal funds of the European Molecular Biology Laboratory.
This project is licensed under the Apache 2.0 license.