A local server with some tools for your PC.
git clone https://github.com/Tolga1452/api.git
cd api
npm install
- Rename the
.env.example
file to.env
and fill the values.
Open a terminal in the api
folder and run the following command:
npm start
- Copy the path of the
api
folder and replace theE:\api
instart.bat
andlocal-api.vbs
with the path you copied. - Press
Win + R
and typeshell:startup
and pressEnter
. - Move the
local-api.vbs
file to the folder that opened. - For the first time, restart your PC.
- If Windows ask you to allow the script, allow it.
- Open a terminal and run the following command:
crontab -e
- Add the following line to the end of the file (replace
/path/to/api
with the path of theapi
folder):
@reboot /usr/bin/node /path/to/api/index.js
-
Save and close the file.
-
For the first time, restart your PC.
Base URL: http://localhost:3010
Automatically gets the theme color from your wallpaper.