Skip to content

Open-source and free bibliography generator similar to easybib.com

License

Notifications You must be signed in to change notification settings

xavierclarkvt/bibx

Repository files navigation

bibx

Open-source and free bibliography generator similar to easybib.com. No ads or tracking. Try it out here!

Written in Svelte and Typescript, compiled by SvelteKit, using Tailwind / DaisyUI for styling and Playwright for testing.

Graciously hosted by Github Pages.

DOCS: Requirements, Schedule, Design and Architecture

To install this project locally, run:

curl https://bun.sh/install | bash; #install bun, unnessecary if you already have it
git clone https://github.com/xavierclarkvt/bibx.git;
cd bibx; bun install;

And to start, run:

bun run dev;

If you intend to submit a PR, make sure you're using VSCode and a few specific settings:

  "svelte.enable-ts-plugin": true,
  "editor.formatOnSave": true,
  "editor.formatOnPaste": true,
  "editor.tabSize": 2,
  "editor.detectIndentation": false,
  "[svelte]": {
    "editor.defaultFormatter": "svelte.svelte-vscode"
  }

Deployment

To deploy the current state of main to production (Github Pages), create a new release with a new tag.

About

Open-source and free bibliography generator similar to easybib.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •