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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ yarn-error.log*

# typescript
*.tsbuildinfo
next-env.d.ts
next-env.d.ts
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ An integrated help system with multiple support options:

### Installation

```bash
\`\`\`bash
# Clone the repository
git clone https://github.com/your-username/ocean-cleanup-blocks.git

Expand All @@ -106,16 +106,16 @@ npm install

# Start development server
npm run dev
```
\`\`\`

Open [http://localhost:3000](http://localhost:3000) in your browser.

### Building for Production

```bash
\`\`\`bash
npm run build
npm start
```
\`\`\`

## Usage Guide

Expand Down Expand Up @@ -150,7 +150,7 @@ npm start

## Project Structure

```
\`\`\`
├── app/
│ ├── page.tsx # Main application component
│ ├── layout.tsx # Root layout
Expand All @@ -160,7 +160,7 @@ npm start
├── lib/
│ └── utils.ts # Utility functions
└── public/ # Static assets
```
\`\`\`

## Contributing

Expand Down
Loading