- Install Docker on your system.
- Clone the repository:
git clone https://github.com/your-repo/contentscribe.git cd contentscribe
- Create a
.env
file by copying.env.example
and fill in the missing API keys:Open thecp .env.example .env
.env
file and add your API keys for the services you plan to use. - Build and run the Docker container:
docker build -t contentscribe . docker run -p 8000:8000 contentscribe
- Python 3.9+
- Node.js (LTS version)
- npm
- Clone the repository:
git clone https://github.com/your-repo/contentscribe.git cd contentscribe
- Create a
.env
file by copying.env.example
and fill in the missing API keys:Open thecopy .env.example .env
.env
file and add your API keys for the services you plan to use. - Set up Python environment:
python -m venv venv venv\Scripts\activate pip install -r requirements.txt
- Set up React app:
cd app\ui npm install npm run build cd ..\..
- Run the application:
uvicorn app.main:app --host 0.0.0.0 --port 8000
- Clone the repository:
git clone https://github.com/your-repo/contentscribe.git cd contentscribe
- Create a
.env
file by copying.env.example
and fill in the missing API keys:Open thecp .env.example .env
.env
file and add your API keys for the services you plan to use. - Set up Python environment:
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
- Set up React app:
cd app/ui npm install npm run build cd ../..
- Run the application:
uvicorn app.main:app --host 0.0.0.0 --port 8000
The application will be available at http://localhost:8000