Skip to content

rafbgarcia/oxygen

Repository files navigation

Oxygen's aim is to be an open-source data analytics tool companies can host and use internally.

Demo

Demo video:

demo.mp4

Dev environment

Get started

  • asdf install
  • make venv
  • source .venv/bin/activate
  • make install_deps
  • (cd oxygen_web && make install_deps)
  • make up
  • make migrate

Tab 1:

Tab 2:

VS Code

Extensions
  • Prettier - Code formatter
  • Tailwind CSS IntelliSense
> Preferences: Open Settings (JSON)
  ...
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[python]": {
    "editor.defaultFormatter": "ms-python.python"
  }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published