The site is written by ReactJS
and currently hosting on https://deepmarket.cs.pdx.edu/.
If you found any problem, please help us to fix it and open a pull request.
Deep Market is an open source platform designed to allow dynamic contribution and consumption of distributed computing resources. Using a barter based system it allows a user to offer their own computational resources in exchange for tokens or use the resources of others in the pool.
This project is in active development and is being maintained by the team members listed below. If you would like to submit changes, please open a pull request.
Project repo: https://github.com/deepmarket
- Susham Yerabolu
- Soyoung Kim
- Sam Gomena
- Martin Li
- Shraddha Bhise
- Rohan Patel
- Logan Ballard
- Prerna Agarwal
- Fenting Lin
- node.js (Installation instruction can be found here)
After you pull down this repo, run the following command to install all the required package:
npm install
To deploy the website to be the raw html site, run:
npm run build