https://github.com/liltrendi/gitlantis
Transform your project into an explorable 3D world
https://github.com/liltrendi/gitlantis
cursor cursor-extension fortheloveofcode threejs visual-studio-code vscode vscode-extension
Last synced: 3 months ago
JSON representation
Transform your project into an explorable 3D world
- Host: GitHub
- URL: https://github.com/liltrendi/gitlantis
- Owner: liltrendi
- License: other
- Created: 2025-05-28T23:53:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-14T21:59:48.000Z (3 months ago)
- Last Synced: 2025-10-15T00:05:17.443Z (3 months ago)
- Topics: cursor, cursor-extension, fortheloveofcode, threejs, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://gitlantis.brayo.co
- Size: 14.3 MB
- Stars: 331
- Watchers: 0
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.dev.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
## Getting Started
You need to install:
- [Node.js](https://nodejs.org/en/download/)
- [pnpm](https://pnpm.io/installation)
- [nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
### Install
```bash
nvm use
pnpm i
```
### Develop
```bash
pnpm dev
```
### Build
#### Browser
```bash
pnpm run build:browser
```
#### Extension
```bash
pnpm run build:extension
```
#### Both
```bash
pnpm run build
```