Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 776 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 776 Bytes

emtimer

Emtimer is a cowntdown timer, which is simple and high functional.

Requirements

  • Node.js
  • npm
  • yarn

Recommended

  • VSCode

Setup

# Setup
$ git clone https://github.com/mizdra/emtimer.git
$ cd emtimer
$ cp .example.env .env
# Edit .env for your environment
$ vim .env
$ yarn install

# Start webpack-dev-server
$ yarn run dev

npm-scripts

  • yarn run dev: Start webpack-dev-server
  • yarn run lint: Lint project
  • yarn run build: Build for production
    • If necessary, you can serve production: npx http-server dist/