๐Ÿ“ฆ Significant-Gravitas / opensoft

โ˜… 3 stars โ‘‚ 1 forks ๐Ÿ‘ 3 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/Significant-Gravitas/opensoft.git
HTTPS git clone https://github.com/Significant-Gravitas/opensoft.git
SSH git clone git@github.com:Significant-Gravitas/opensoft.git
CLI gh repo clone Significant-Gravitas/opensoft
merwanehamadi merwanehamadi Update README.md 81f28a1 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .husky
๐Ÿ“ .vscode
๐Ÿ“ components
๐Ÿ“ deprecated
๐Ÿ“ pages
๐Ÿ“ public
๐Ÿ“„ .commitlintrc.json
๐Ÿ“„ .editorconfig
๐Ÿ“„ .eslintrc
๐Ÿ“„ .gitignore
๐Ÿ“„ .jest.report.json
๐Ÿ“„ .npmrc
๐Ÿ“„ .nvmrc
๐Ÿ“„ .prettierrc
๐Ÿ“„ .report.json
๐Ÿ“„ jest.config.js
๐Ÿ“„ jest.setup.js
๐Ÿ“„ LICENSE.md
๐Ÿ“„ next.config.js
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ poetry.lock
๐Ÿ“„ pyproject.toml
๐Ÿ“„ pytest.ini
๐Ÿ“„ README.md
๐Ÿ“„ renovate.json
๐Ÿ“„ report.json
๐Ÿ“„ setup.py
๐Ÿ“„ todos
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

poetry install && poetry shell

in one terminal

uvicorn pages.app:app --reload --log-level debug
in another
npm install
next

to run pytest

pytest