Skip to content

kosmikgirl/d3map

Repository files navigation

You can find the deployed website here: https://lambent-cascaron-563232.netlify.app/

Table of contents

  1. Prerequisite
  2. Installation
  3. Commands
  4. Features
  5. Major plugins
  6. Documentation

Prerequisite

Installation

After cloning run npm install and npm run dev in the project root to get started.

Commands

  • npm run dev: start the development server.
  • npm run dev -- --host 0.0.0.0: start development server and expose on network
  • npm run plop generate empty component file.
  • npm run build build app for deployment.
  • npm run deploy: build app and deploy to gcp app engine.
  • npm run lint lint app with all linters.
  • npm run lint:eslint lint app with only esLint.
  • npm run lint:lit-analyzer to lint app with only lit-analyzer.
  • npm run format to format app with prettier.
  • npm run locale:extract: to extract localized strings and generate files for translations.
  • npm run pwa:build: to build a PWA app

Features

Documentation