Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 867 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 867 Bytes

Incognito

Access the world wide web

Old repo

Setup

npm i -g pnpm 
git clone https://github.com/titaniumnetwork-dev/Incognito.git 
cd Incognito/
pnpm i
pnpm build
pnpm start

Note

You can alternatively use pnpm run bstart to build and start

Or if you don't want to build you can run the server via tsx

npm i -g pnpm tsx
git clone https://github.com/titaniumnetwork-dev/Incognito.git
cd Incognito
pnpm i
tsx server/index.ts

Games

Due to the size of games, they are not included by default

git clone https://github.com/caracal-js/gfiles.git source

Credits