| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Before proceeding futher install following prerequisite dependencies to start:
Steps to follow
Clone image-cropper
Change the current directory to image-cropper
cd image-cropper
Run the install npm ci
Create a new file .env and Copy .env.example into .env
To start the server run:
npm run dev
or for Production
npm run build && npm run serve
open http://localhost:3000 in browser.
STORE_IMG_IN_S3=false // Boolean (default: false) // If set true then the following Environment Variables are needed. S3_BUCKET_NAME= S3_ACCESS_KEY_ID= S3_SECRET_KEY= S3_BUCKET_REGION=
| Back | FazBrowse Home | New Git URL |