Folio 2019 SetupDownload [Node.js](https://nodejs.org/en/download/).Run this followed commands:``` bash Just be sure that you've got parcel js on you systemnpm install -g parcel-bundler Install dependencies (only for first time)npm i Serve at localhost:1234npm run dev Build for production in the dist/ directorynpm run build``````🥚 2021eggpvlzscw```