Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebird1029 committed Feb 20, 2024
1 parent 76cc1cb commit 2689217
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# README

## Backend

To run the backend server:

```bash
cd backend
FLASK_APP=server flask run
```

To lint the backend code:

```bash
python -m pylint *.py
```

## Frontend

To run the frontend application:

```bash
cd frontend
npm run dev
```

To lint the frontend code:

```bash
npm run lint
```

0 comments on commit 2689217

Please sign in to comment.