ESO Craft Request is a small application that allows people to build out crafting requests and send them to discord.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them:
A step by step series of examples that tell you how to get a development env running
clone the repository
git clone https://github.com/agiveygives/eso-craft-request.git
cd into the cloned directory
cd eso-craft-request
install node packages
npm install
start local server (you will automatically be directed to localhost:3000)
npm run start
Deployment it automated with AWS Amplify. A deployment pipeline will start on a merge to master, and be deployed to https://esocraftrequest.com
- Node - an open source server environment
- React - The web framework used
- Material-UI - open source React Component
- Webpack
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Andrew Givens - main contributor
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details