Skip to content

Commit

Permalink
fixed ui-bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
keshav-exe committed Sep 15, 2024
1 parent bd1f029 commit f983590
Show file tree
Hide file tree
Showing 48 changed files with 780 additions and 16,018 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ next-env.d.ts

# ignore yarn.lock & package-lock
yarn.lock
package-lock.json
package-lock.json
30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ git clone https://github.com/code100x/cms.git

```

```bash

git clone https://github.com/code100x/cms.git

```

2. Navigate to the project directory:

```bash
Expand All @@ -42,12 +36,6 @@ cd cms

```

```bash

cd cms

```

3. Run the following command to start the application:

```bash
Expand All @@ -58,14 +46,6 @@ docker-compose up

```

```bash

docker volume create postgres-data # (optional) run this command if you face any mount volume / volume not exist error

docker-compose up

```

### Without Docker

1. Clone the repository:
Expand Down Expand Up @@ -212,16 +192,6 @@ We welcome contributions from the community! To contribute to CMS, follow these
> - Run `npm run format:fix` to automatically fix formatting issues
> Before committing, ensure your code is properly formatted and linted:
> - Run `npm run lint:check` to check for lint errors
> - Run `npm run lint:fix` to automatically fix lint errors
> - Run `npm run format:check` to check code formatting
> - Run `npm run format:fix` to automatically fix formatting issues
4. Push to the branch (`git push origin feature/fooBar`).

5. Create a new Pull Request.
Expand Down
Loading

0 comments on commit f983590

Please sign in to comment.