Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 1.58 KB

README.md

File metadata and controls

54 lines (45 loc) · 1.58 KB

Random Name Picker for Lucky Draw

Edge HUDLmaster

Forked from https://github.com/icelam/random-name-picker

Built with TypeScript Node.js Yarn Code Style Conventional Commits

Technology Stack

  • Pug
  • CSS3 (SCSS)
  • Web Animations API
  • AudioContext API

Development

Prerequisite

  • Node 14 above or nvm installed
  • Yarn or NPM installed

Install dependencies

To install dependencies:

yarn install

Start development server

To start the development server:

yarn start

Build production

To build the project for production:

yarn build

All the build files can be found in /dist folder.

Deploy

Will see updates to the gh-pages branch, at which point changes will be live.

yarn predepoly
yarn deploy