/Galarie

Galarie is a Design Implementation project to use in Ei'sGallery Wallpaper Site based on Nodejs. Galarie uses Flex and Grid to be responsively respond to any device and also media query

Primary LanguageCSSMIT LicenseMIT

Galarie

Galarie is a Design Implementation project to use in Ei'sGallery Wallpaper Site based on Nodejs. Galarie uses Flex and Grid to be responsively respond to any device and also media query. Here is a github example demo for herokudeploy

Usage

clone the repository

git clone https://github.com/janakhpon/Galarie.git

Get into root folder

cd Galarie

Install Dependencies using npm

npm install
npm i -d
npm start

Install Dependencies using yarn

yarn install
yarn add
yarn start

Warning

If u run into error use the following steps

sudo yarn install
sudo yarn add
sudo yarn start

or

sudo npm install
sudo npm i -d
sudo npm start