Oxygen's aim is to be an open-source data analytics tool companies can host and use internally.
Demo video:
demo.mp4
asdf install
make venv
source .venv/bin/activate
make install_deps
(cd oxygen_web && make install_deps)
make up
make migrate
Tab 1:
make start_server
Tab 2:
cd oxygen_web
make start_client
- Prettier - Code formatter
- Tailwind CSS IntelliSense
...
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}