Cow is the front-end component of the coinosis project.
- Clone the cow repository on branch 'dev'
- run the dependency installation inside the cow directory
git clone https://github.com/coinosis/cow.git -b dev
cd cow
npm installnpm run start:dev [loclx-id]
The optional loclx-id argument is only needed if running locally; it's the one you specified when you ran owl.
After cow is running, point your web3-enabled browser to http://localhost:9000.
Optionally, install AutoFill to help you fill out credit card forms. Import the autocomplete data from this file.
- Run
webpack -p --define process.env.ENVIRONMENT="testing'" - Serve the contents of the
dist/folder
- In order to deploy to production, change the environment value to
production.
Create a pull request targeting the dev branch