/brick-website

A website for BrickSchema

Primary LanguageVueMIT LicenseMIT

brick-website

Website

This is a website for BrickSchema.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

git clone https://github.com/shreyasnagare/brick-website.git
cd brick-website
npm install
npm run develop

This will start a local development server. The server will start at http://localhost:8080/ with hot-reloading etc.

Deployment

cd brick-website
npm run build

This will generate static files in the ./dist directory which can be hosted anywhere, even on a CDN. There is no need for a Node.js server.

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details