Skip to content

Bedrock-Ocean-Open-Source/tide-pool

Repository files navigation

Tide-Pool 🌊

About

Tide-pool is a sandbox BRX project, built in Typescript 4.9 using React 18.

Noteworthy Tooling Included:

Developing

The project requires Node 18 to be installed on your local machine, refer to npm for download instructions.

  1. Install project dependencies
npm install
  1. Start the Dev Server
npm run dev

The dev server will launch in your browser at localhost:4444 and will automatically reload as you make changes.