mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Improved sentence structure
This commit is contained in:
committed by
GitHub
parent
82ee4cca0f
commit
73599be5b8
@@ -20,7 +20,7 @@ The client web browser extension is available here: https://github.com/ajayyy/Sp
|
||||
|
||||
This is a node.js server, so clone this repo and run `npm install` to install all dependencies.
|
||||
|
||||
If you don't want to use a fresh database, make sure to put the database files in the `./databases` folder if you want to use an pre-existing database.
|
||||
Make sure to put the database files in the `./databases` folder if you want to use a pre-existing database. Otherwise, a fresh database will be created.
|
||||
|
||||
Rename `config.json.example` to `config.json` and fill the parameters inside. Make sure to remove the comments as comments are not supported in JSON.
|
||||
|
||||
@@ -29,6 +29,7 @@ Ensure all the tests pass with `npm test`
|
||||
Run the server with `npm start`.
|
||||
|
||||
# Developing
|
||||
|
||||
If you want to make changes, run `npm run dev` to automatically reload the server and run tests whenever a file is saved.
|
||||
|
||||
# API Docs
|
||||
|
||||
Reference in New Issue
Block a user