🌎 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, access various version using the following URL:
- English: http://localhost:5000/?locale=en
- Español: http://localhost:5000/?locale=es
- Français: http://localhost:5000/?locale=fr
- Italiano: http://localhost:5000/?locale=it
- 日本語: http://localhost:5000/?locale=ja
- 한국어: http://localhost:5000/?locale=ko
- Polskie: http://localhost:5000/?locale=pl
- Português: http://localhost:5000/?locale=pt
- Русский: http://localhost:5000/?locale=ru
- Українська: http://localhost:5000/?locale=uk
- 简体中文: http://localhost:5000/?locale=zh
- 繁體中文: http://localhost:5000/?locale=zh-tw