Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 907 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 907 Bytes

Netlify Status

mootis.id

Megah Developer Properti Syariah Indonesia (mootis.id) pelopor aplikasi markeing properti dengan konsep penjualan sesuai dengan kaidah syariah Islam

Build Setup

# Clone
$ git clone https://github.com/nazcules/mootis.id.git mootis.id
$ cd mootis.id

# Environment variable
$ vi constant/env.js

# Change assets images
$ cd assets/img/
# Replace banner.jpg (1920x260 px), logo.png (200x50 px), logo.jpg (200x200 px)

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.