fix: remove filetype from file list

This commit is contained in:
Elias Schneider
2022-10-10 18:05:54 +02:00
parent 603d79c09d
commit 68ce8af197
5 changed files with 4 additions and 47 deletions

View File

@@ -41,7 +41,8 @@ Contact me, create an issue or directly create a pull request.
### Development setup
#### Database & Backend
#### Database & Backend
1. Open the `backend`
2. Duplicate the `.env.example` file, rename the duplicate to `.env` and change the environment variables if needed
3. Install the dependencies with `npm install`
@@ -50,9 +51,10 @@ Contact me, create an issue or directly create a pull request.
6. Start the backend with `npm run dev`
#### Frontend
1. Open the `frontend` folder
2. Duplicate the `.env.example` file, rename the duplicate to `.env` and change the environment variables if needed
3. Install the dependencies with `npm install`
4. Start the frontend with `npm run dev`
You're all set!
You're all set!