https://github.com/tanrax/web-place-image
https://github.com/tanrax/web-place-image
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanrax/web-place-image
- Owner: tanrax
- Created: 2020-02-21T19:46:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T14:32:44.000Z (over 2 years ago)
- Last Synced: 2025-01-14T05:50:16.254Z (12 months ago)
- Language: CSS
- Homepage: https://place-image.andros.dev
- Size: 3.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
``` sh
npm install -g parcel-bundler
npm install tailwindcss
```
# Render css
``` sh
npx tailwind build css/tailwinds/main.css -o css/tailwinds/dist.css
```
# Dev
``` sh
parcel index.html --out-dir docs
```
# Production
``` sh
parcel build index.html --out-dir docs
```