Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 9 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Maintained by brainwaveloop
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -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