mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 04:33:15 +02:00
fix: remove filetype from file list
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user