This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
792f36b
commit 8c95807
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Neolace Example Sites | ||
|
||
This folder contains example sites that you can import into your Neolace | ||
development environment and test or play with. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# BricksDB Example Site | ||
|
||
This is a Neolace site that lets you browse | ||
[the Rebrickable dataset](https://rebrickable.com/downloads/) | ||
(LEGO bricks, sets, etc.). The resulting Neolace Site contains over 200,000 | ||
entries and is highly inter-connected. | ||
|
||
How to install: | ||
1. Have Neolace running. | ||
2. Open a terminal in this folder. (`sites/bricksdb`) | ||
3. Run `./create-bricksdb.sh` | ||
4. Run `./import-data.ts` | ||
|
||
See the site at the local URL: http://bricksdb.local.neolace.net:5555 |