Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 414 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 414 Bytes

ITC official site

The official site of the ITCreate Club.

Requirements

Make sure that Node.js v8.6.0+ is installed (v8.11.4+ recommended).

Setup

# install dependencies
$ npm install # Or yarn

Usage

Development

# serve with hot reloading at localhost:3000
$ npm run dev # Or yarn dev

Production

# build for production
$ npm run build # Or yarn build