Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emilienleroy/fakewindowsupdatesextensions
- Owner: EmilienLeroy
- Created: 2019-11-28T20:39:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:14:24.000Z (about 2 years ago)
- Last Synced: 2024-11-06T20:07:14.943Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 377 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```