An open API service indexing awesome lists of open source software.

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

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
```