Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

atharesinc/athares-browser

Repository files navigation

Athares Browser

This is the public repository for the Athares web client. It contains all Athares web UI code and client-side logic.

Getting Started

To get started developing on athares-browser, type the following commands into your terminal.

git clone https://github.com/atharesinc/athares-browser.git
cd athares-browser && yarn install
touch .env

In the newly created .env file paste in the environment variables from the secure shared repo, save the file and run yarn start

You can also use npm if you prefer, both options work the same in this case.

Prerequisites

At this time there are no additional requirements to develop on athares-browser

Built With

...code from a lot of great open-source developers. This list is by no means exhaustive.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details