Skip to content

EdgeApp/hudlmaster

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.3%
  • SCSS 27.3%
  • JavaScript 16.4%
  • Pug 9.7%
  • HTML 1.1%
  • Shell 0.2%