Skip to content

Emanate-official/moda-dao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moda-dao

CircleCI

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Environment Variables

Environment variables can be defined in a .env file in the root directory of the project. These need to be prefixed with REACTAPP in order for the project to use them.

e.g. 'REACT_APP_FOO=bar'

The following environment variables are required:

Key Value
REACT_APP_API_URL e.g. http://localhost:5000

See example.env for more examples.

If using a different port for the local development server, the proxy url needs to be updated in the package.json file.

Running the server api

cd server
yarn install
yarn start

Running the client app

cd client
yarn install
yarn start

IPFS Notes

generating ED25519 keypair...done
peer identity: 12D3KooWAxC95ZJcFAY56W3yTWJW4oGSwmrKwyayAqUXZqc7pSLJ
initializing IPFS node at /home/xxx/snap/ipfs/common
to get started, enter:

	ipfs cat /ipfs/QmQPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc/readme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published