# Three js startup project

## Install npm

```
npm install
```

## Add model and color map (optional)

Copy (replace) the model file in static/model.glb

## Run dev mode

```
npm run dev
```

