Skip to content

Latest commit

 

History

History
executable file
·
23 lines (18 loc) · 418 Bytes

DEVELOPMENT.md

File metadata and controls

executable file
·
23 lines (18 loc) · 418 Bytes

Development

Environment Setup

# First, clone the project:
git clone https://github.com/quanglam2807/webcatalog.git
cd appifier

# WebCatalog
# install the dependencies
yarn
# Run development mode
yarn electron-dev
# Build for production
yarn dist

## Tests

```bash
# To run all tests for WebCatalog
yarn run test