Skip to content
/ emtimer Public

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

License

Notifications You must be signed in to change notification settings

RNGeek/emtimer

Repository files navigation

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/