diff --git a/README.md b/README.md index b906004..592e1a1 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,15 @@ # Sandbox -## Quick Start +This repo is for testing GitHub workflows and pull requests. -### Using Docker +## How to Use -1. Set your API URL in a `.env` file: -```bash -cp .env.example .env -# Edit .env and set REFRAME_API_URL to your API server -``` +1. Fork the repo +2. Clone it locally +3. Create a branch +4. Make a change +5. Submit a pull request -2. Build and run with Docker Compose: -```bash -docker-compose up --build -``` +## Author -The application will be available at http://localhost:3000 - -For detailed Docker configuration instructions, see [DOCKER_CONFIGURATION.md](./DOCKER_CONFIGURATION.md) - -### Local Development - -See the [website README](./website/README.md) for local development instructions. \ No newline at end of file +Maintained by brainwaveloop diff --git a/index.html b/index.html new file mode 100644 index 0000000..04ccb62 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ +# Sandbox + +This repository is used for testing GitHub workflows, pull requests, and branching strategies. + +## How to Use + +1. Fork the repo +2. Clone it locally +3. Create a new branch +4. Make a change +5. Submit a pull request + +## Author + +Maintained by brainwaveloop