Update README.md
All checks were successful
Build Website / Build NPM Project (push) Successful in 17s
Build Website / Tag Version (push) Successful in 3s
Build Website / Build & Push Dockerfile (push) Successful in 44s

This commit is contained in:
Zakary Timson 2023-12-08 00:58:45 +00:00
parent f103641111
commit af05356f5d

View File

@ -34,6 +34,7 @@
- [Demo](#demo) - [Demo](#demo)
- [Built With](#built-with) - [Built With](#built-with)
- [Setup](#setup) - [Setup](#setup)
- [Production](#production)
- [Development](#development) - [Development](#development)
- [License](#license) - [License](#license)
@ -60,6 +61,21 @@ Demo CSV Files:
## Setup ## Setup
<details>
<summary>
<h3 id="production" style="display: inline">
Production
</h3>
</summary>
#### Prerequisites
- [Docker](https://docs.docker.com/install/)
#### Instructions
1. Run the docker image: `docker run -p 80:80 git.zakscode.com/ztimson/etf:latest`
2. Open [http://localhost](http://localhost)
</details>
<details> <details>
<summary> <summary>
<h3 id="development" style="display: inline"> <h3 id="development" style="display: inline">