As of October 2024, the Spacetime Directory will no longer be updated by NYPL and will soon be archived. Repositories and data will continue to be available at the project's Github page: https://github.com/nypl-spacetime.
Website of NYPL's NYC Space/Time Directory project.
NYPL is no longer maintaining this repo and previous instructions on running the site was unclear. The following is the minimum steps required to run the site locally.
- You need to run ruby version 3.3.x+
- Run
bundle install
- Run
bundle exec jekyll server
Then go to localhost:4000
in a browser to see the site.
The original code in this project is licensed under the Creative Commons CC0 1.0 Universal license (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
https://creativecommons.org/publicdomain/zero/1.0/
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.