Skip to content

GillGate/crypto-pay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Crypto Pay

Landing for CryptoBot Web Contest
Learn more

Getting Started

This is instruction how to start this project locally if you want to change some details such as animation durations and more.

To start we need to install all modules for automated processes such as assembly and optimization css and js files.

Open console and move to project directory:

cd [path_to_project]

Then install all necessary modules for automated work:

npm i

(Optional step): If you launch this project for the first time you may have to generate smartgrid mixins.

Here is documentation for smartgird library.

This project already generated all needed mixins but if you want to change some details you must open default smartgrid.js file in root directory and change him based on your design layout requirements.

To generate mixins type in console:

node smartgrid.js

Usage

To launch development version of project type in console:

npm run dev

To build production version of project type in console:

npm run build

P.S.

Made to CryptoBot with ❤️