https://github.com/mediacomem/po2020
https://github.com/mediacomem/po2020
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mediacomem/po2020
- Owner: MediaComem
- Created: 2020-03-20T07:56:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:09:12.000Z (over 3 years ago)
- Last Synced: 2025-07-29T20:39:22.424Z (11 months ago)
- Language: HTML
- Size: 45.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PO2020
## Installation
Requirements: [Node.js](https://nodejs.org) 12+
```bash
npm install -g parcel-bundler
npm i
```
## Deployment
Build the application:
```bash
npm run build
```
A static build of the application will be available in the `dist` directory.
## Limitation
Images are automagically compressed, but right now there aren't plugin to add multiple sizes (it might come soon: (https://github.com/parcel-bundler/parcel/issues/3737)[https://github.com/parcel-bundler/parcel/issues/3737]) to use in responsive website so sizing must be manually (xnconvert is recommended).