Available Prompts
-Prompts will be displayed here soon...
-diff --git a/README.md b/README.md index 421fb6c..296df6c 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,16 @@ This project is built with with HTML, CSS and Java Script. ## Installment (for local use) 1. Clone the repository -2. Open the project folder -3. Run with Live Server Extension +2. Create an .env file and copy the example below into it +3. Run `docker compose -f docker-compose.yml --env-file .env up -d --build` +4. Website will be available at `http://localhost:1801` + +### Example envfile ``` -code.... +PORT_PREFIX=180 +DB_USER=onlyprompt +DB_NAME=onlyprompt +DB_PASSWORD=onlyprompt ``` ## Technologies, Libraries, Frameworks diff --git a/index.html b/index.html deleted file mode 100644 index aedc3d7..0000000 --- a/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - -
- - -- A marketplace to discover, share and sell high-quality AI prompts. -
-Prompts will be displayed here soon...
-