mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 04:37:13 -05:00
Remove patrons.json creation step when installing
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -43,5 +43,3 @@ locale/**/*.js
|
||||
/prisma/scripts/data
|
||||
/prisma/scripts/output
|
||||
dumped.sql
|
||||
|
||||
/utils/data/patrons.json
|
||||
|
||||
@@ -46,8 +46,6 @@ With the following steps you can access a few pages that don't need a database.
|
||||
3. Run `npm run compile` to compile translation files.
|
||||
4. Run `npm run dev` to start the development server at http://localhost:3000/. (To stop the server at any time, type `Ctrl+C`.)
|
||||
|
||||
If you do not intend to perform any additional setup steps, you will also need to create an empty list of patrons in `utils/data/patrons.json`:
|
||||
|
||||
```
|
||||
[]
|
||||
```
|
||||
|
||||
1
utils/data/patrons.json
Normal file
1
utils/data/patrons.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
Reference in New Issue
Block a user