DayDream X
Features
Section titled “Features”- Cloaking
- Tabs
- History
- Theming
- Bookmarks
- Proxies
- Games
Deployment
Section titled “Deployment”We recommend using the Bun package manager to install DayDreamX’s dependencies. However, DayDreamX contains lock files for three major package managers: npm, pnpm, and bun.
Please run the following commands to host a server:
git clone https://gitlab.com/NightProxy/DayDreamX.git
cd DayDreamX
npm i
npm start
In the above example, replace npm
with bun
or pnpm
for whichever package manager you wish to use.
Updating
Section titled “Updating”git pull --force --allow-unrelated-histories