Skip to content

Latest commit

History

History
23 lines (14 loc) 路 599 Bytes

README.md

File metadata and controls

23 lines (14 loc) 路 599 Bytes

馃寧 parcel-website

This is the source of the parceljs.org website.

Aside from the homepage, each documentation page is generated from a markdown file using the markdown-styles generator.

Contributing

Start a local server using:

npm install
npm run build
npm start

The website is deployed using Zeit Now.

Changing the displayed language

Change the displayed language using a query string:

E.g.: access the Korean version using the following url: http://localhost:5000/?locale=ko