An open API service indexing awesome lists of open source software.

https://github.com/zaxwebs/serenity-interior-design

An interior design studio homepage scaffolded with PBS
https://github.com/zaxwebs/serenity-interior-design

Last synced: 4 months ago
JSON representation

An interior design studio homepage scaffolded with PBS

Awesome Lists containing this project

README

          

# Serinity Interior Design Studio Homepage
An interior design studio page built with customized Bootstrap 4 utilizing Parcel.js workflow (scafolded with [Parcel Bootstrap Starter](https://github.com/zaxwebs/parcel-bootstrap-starter)).

Live version: https://serenityinterior.netlify.com/

[![Netlify Status](https://api.netlify.com/api/v1/badges/9643a3ce-1b03-4798-b46a-03dd4832c859/deploy-status)](https://app.netlify.com/sites/serenityinterior/deploys)

# Commands
* ```npm start``` - Initialize parcel.
* ```npm run watch``` - Start Parcel watch.
* ```npm run build``` - Run Parcel's build process. **Note:** Runs ```rm -rf dist``` before to reset the dist folder.