Skip to content
/ Anna Public

Home automation for Raspberry Pi

Notifications You must be signed in to change notification settings

7h1b0/Anna

Repository files navigation

Validate semantic-release

Anna

Home automation for Raspberry Pi 2 or above

Requirements

Development

To start an ephemeral development server run:

npm install
docker-compose up -d
npm start

Then browse to http://localhost:3000

Commands

Command Description
npm run format:check Formats the code using prettier.
npm run type:check Checks types using Typescript
npm run lint:check Lints the JavaScript code.
npm test Runs tests.
npm start Runs the website in development.
npm run build Builds the production assets.