Skip to content

dense-analysis/codelibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5eba0a7 · Aug 24, 2023

History

7 Commits
Aug 24, 2023
Aug 24, 2023
Aug 24, 2023
Aug 24, 2023
Aug 23, 2023
Aug 8, 2023
Aug 23, 2023
Aug 8, 2023
Aug 23, 2023
Aug 23, 2023
Aug 24, 2023
Aug 8, 2023
Aug 8, 2023

Repository files navigation

codelibrary

Development

Ensure Docker is installed, and start the project with docker compose up.

You can connect to the Postgres database through the db service:

docker compose exec db psql codelibrary postgres

The database schema will be created automatically on first run. You can update the schema if needed by running the SQL file again.

docker compose exec db psql codelibrary postgres \
  -q -f /docker-entrypoint-initdb.d/codelibrary.sql

About

A site/service for sharing public domain code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published