This is team unique_ptr<Team> m_OurTeam
's IBM hackathon project!
Ask Michael Conard ([email protected]) for an apikey to put in your local server/localdev-config.json
and '.env' files. You can run ./setup_local
to generate these files. Do not commit these files.
Linux:
- Run
npm install
andnpm install ibm-cloud-env
in the root directory to install node dependencies for the project. There may be other dependencies, just install them as they're needed. - Execute
./run-dev
ornpm run dev
to launch locally onlocalhost:3000
, you may need to runchmod +x run-dev
.
Mac:
- Run
ibmcloud dev build
to build Docker images - Execute
ibmcloud dev run
to launch onlocalhost:3000
.
To deploy to IBM cloud run ibmcloud dev deploy
or ibmcloud app push
, whatever works for your platform.
This is hosted at https://hackathonproject.us-south.cf.appdomain.cloud/
currently.