# parcel **Repository Path**: justjavac/parcel ## Basic Information - **Project Name**: parcel - **Description**: Blazing fast, zero configuration web application bundler - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-07 - **Last Updated**: 2022-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🌎 parcel-website This is the source of the [parceljs.org](https://parceljs.org) website. Aside from the homepage, each documentation page is generated from a markdown file using the [markdown-styles](https://github.com/mixu/markdown-styles) generator. ## Contributing You can start a local server using `npm start` to run it locally, once you installed all packages `npm install` and built the files `npm run build`. It is deployed using [Zeit Now](https://zeit.co/now).