Skip to content

Commit

Permalink
refactor(formatting): removed extra blank lines in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWarrenUK committed Feb 25, 2025
1 parent 968c184 commit d255390
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ cd beacon
npm install
```


## Project Structure

The project is organized as follows:
Expand All @@ -58,7 +57,6 @@ To start the development server, run:
npm run dev
```


This will start a local server at `http://localhost:3000` where you can view the application.

### Linting
Expand All @@ -69,7 +67,6 @@ Ensure your code adheres to the project's style guidelines by running:
npm run lint
```


## Deployment

Beacon is configured to deploy to Deno Deploy. The deployment process is automated using GitHub Actions. On every push to the `main` branch, the application is built and deployed.
Expand All @@ -92,7 +89,6 @@ VITE_API_URL=<your_backend_api_url>
VITE_RESEND_KEY=<your_resend_key>
```


## Contributing

Contributions are welcome! Please follow these steps:
Expand Down

0 comments on commit d255390

Please sign in to comment.