Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emilienleroy/fakewindowsupdatesextensions

Simple Fake Windows Update Extension
https://github.com/emilienleroy/fakewindowsupdatesextensions

Last synced: 16 days ago
JSON representation

Simple Fake Windows Update Extension

Awesome Lists containing this project

README

        

# Fake Windows Update Extension

Simple fake windows update extension. The easiest way to take a break at work.
Inspired by a codepen that i did some time ago.
https://codepen.io/emilienleroy/pen/QVZQbB

## Contribute

### Install

Clone and install the project

```
git clone https://github.com/EmilienLeroy/FakeWindowsUpdatesExtensions.git
cd FakeWindowsUpdatesExtensions
npm install
```

### Develop

Run the following command :

```
npm run dev
```

Load the *dist* folder into your browser.

### Build

Use this command to build for the production :
```
npm run build
```