We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git clone https://github.com/7-Blocks/Kepler.git cd Kepler
cd backend pip install -r ../requirements.txt
cd frontend npm install
Create
.env
Example
DATABASE_URL= OPENAI_API_KEY= SPACETRACK_USERNAME= SPACETRACK_PASSWORD=
alembic upgrade head
uvicorn app.main:app --reload
npm run dev
Open
Frontend
localhost:5173
Backend
localhost:8000