Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 534 Bytes

This meme should be enough to explain the importance of this project!

So you speak German meme


Running locally

npm start

It is going to run Parcel serve, so you will have HMR and a local server running.

Building for production

npm run build

It is going to run Parcel build with some extra (minimal) configs. The built project will be inside /dist folder.

Contribution guidelines

This project uses Gitmoji for commits.