Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 323 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 323 Bytes

CodeCharacter Web

Web App for the frontend of CodeCharacter 2021

Installation

$ npm install

Running

$ npm start

Build

$ npm run build

Format with Prettier & Run ESLint

$ npm run lint

Run ESLint Fix

$ npm run lint:fix

Run Jest Tests

$ npm test