Skip to content

modadao/moda-dao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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.

CI/CD

The app uses Heruoko to CD to https://modadao.herokuapp.com/

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:3000

See .env.sample 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 dAPP

cp .env.sample .env
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

Languages

  • JavaScript 85.3%
  • SCSS 8.2%
  • HTML 4.9%
  • CSS 1.6%