Skip to content

BrickSchema/brick-website

Repository files navigation

brick-website

Netlify Status

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/BrickSchema/brick-website.git
cd brick-website
npm install
python3 -m pip install rdflib
python3 generate_doc_src.py
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