Skip to content

The official project website for Datasette

Notifications You must be signed in to change notification settings

HaveF/datasette.io

Repository files navigation

datasette.io

The official project website for Datasette.

https://datasette.io/

More background: datasette.io, an official project website for Datasette

Development

Check out this repository, create a virtual environment and run pip install -r requirements.txt for the dependencies.

If you don't want to build the database files from scratch, run this:

curl -O https://datasette.io/content.db
curl -O https://datasette.io/blog.db

To build the database files used by the site:

scripts/build.sh

Then to run the tests (which check that certain pages do not return errors):

scripts/test.sh

To see the site in your browser:

datasette .

This will run a server at http://localhost:8001/

About

The official project website for Datasette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.3%
  • Python 12.1%
  • CSS 4.5%
  • JavaScript 2.6%
  • Shell 1.5%