Recucing img size by changing its quality convert picture.jpg -sampling-factor 4:2:0 -strip -quality 65 -interlace JPEG -colorspace sRGB picture-compressed.jpg
/contact
: Page for contact
- NodeJS >= 6 https://nodejs.org
- In order to run the project in your local machine, you must install NodeJS. You can download the executable file for your Operating System from their website and install it.
master
main branch, used for production.
- Clone the
master
branch of the repository firstgit clone https://github.com/PawelGozdz/Project-24-Premium-Effect-2.git
- Start the
development server
of the project withnpm run dev
(if you want to test the development server in your local network. - Check the available routes of your website.
- Perform all the modifications you need
app.js is a starting file. All files (escept node_modules) need to be deployed and installed on the server.