Skip to content

Commit

Permalink
feat(readme): wrote important information in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
231tr0n committed Mar 3, 2024
1 parent 7ab17a9 commit 836321e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
# bi0s-pentest

[![CI](https://github.com/231tr0n/bi0s-pentest/actions/workflows/main.yml/badge.svg)](https://github.com/231tr0n/bi0s-pentest/actions/workflows/main.yml)

This is the source code of the bi0s-pentest website developed in sveltekit.

## Helpful commands.

### Run

```bash
npm run dev
```

### Build

```bash
npm run build
```

### Format

```bash
npm run format
```

### Lint

```bash
npm run lint
```

### Important points to note when contributing.

- Github action will fail in the following scenarios
1. Eslint linting error
2. Prettier formatting error
3. Build error
4. Commit message not following [conventional commiting format](https://conventionalcommits.org).
- In the event of failure of the github action, go to its logs and check which job has failed and what is the error printed so that it can be debugged and resolved.

0 comments on commit 836321e

Please sign in to comment.