This is the public repository for the Athares web client. It contains all Athares web UI code and client-side logic.
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.
At this time there are no additional requirements to develop on athares-browser
...code from a lot of great open-source developers. This list is by no means exhaustive.
- React - The web framework used
- Yarn - Dependency Management
- Tachyons - For better and more beautiful UIs
- Apollo Client - GraphQL client
- Tachyons - For better and beautiful markup
- feather-icons-react For stellar Feather Icon React bindings
- GreenSock The best animation library in the galaxy
- react-dropzone React Drag & Drop File Input
- react-stylable-diff Performant text diff
- Sweetalert Beautiful, extensible, non-blocking alert replacements
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details