Skip to main content

Getting Started

Creating a New Application

Scaffold an Analog project with the following create-analog command:

npm create analog@latest

Building the Application

To build the application for deployment

npm run build

Running Tests

Analog supports Vitest for running unit tests. To run unit tests:

npm run test