Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 402 Bytes

This is a quick app to test new things:

  • Next.JS
  • MobX
  • react-three-fiber

Right now it renders a mix of a r3f tutorial (cubes), a personal project (kicker) and a heightmap generated from data from the French IGN.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.