Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 428 Bytes

File metadata and controls

26 lines (18 loc) · 428 Bytes

Atmos

Running POCs

Each POC is in the same app.

The project is using pnpm as its package manager, in place of npm.

If not already done, install pnpm:

npm install -g pnpm@next-7

Then clone the repo and checkout the pocs branch.

Install dependencies:

pnpm install

Then run the project:

pnpm run dev

The project will be running at localhost:3000.