This is a website for BrickSchema.
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.
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.
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.
- Vue.js - The javascript framework
- Gridsome - The Vue.js framework
- gridsome-portfolio-starter - Theme for Gridsome
This project is licensed under the MIT License - see the LICENSE file for details