git clone https://github.com/nainemom/win7.git # clone the repo
cd win7 # go to repo directory
npm i # install project dependencies
npm run dev # start the app on your browser + hot reload
Pull requests are welcome! Checkout the Issues tab to find good first issue
labeled issues. Also for manual major changes, please open an issue first to discuss what you would like to change.
Please make sure to run npm run lint
command before sending your PR!