Prototype for the MemoDash app on Dash Platform
Note: This is based on an old version of Dash Platform code and the code is heavily intertwined with the obsolete version. It is left here as an example / historical artifact for the moment. It will not work as-is, and the Platform dependencies will need to be integrated.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Ensure you have the latest NodeJS installed.
Clone the repo:
git clone https://github.com/dashevo/memo-dash
Install npm packages:
cd memo-dash && npm install
Start the server
npm start
To run tests, simply run
npm test
This project was bootstrapped with Create React App.