A web-based application built with React, TypeScript, and Vite.
- Node.js >= 20
- Install dependencies:
yarn install
- Start the development server:
yarn dev
The application will be available at http://localhost:1420
- React (Canary)
- TypeScript
- Vite
- TailwindCSS
- CodeMirror
- Zustand (State Management)
- TanStack Router & Query
src/
├── components/ # React components
├── contexts/ # React contexts
├── hooks/ # Custom React hooks
├── pages/ # Page components
├── stores/ # Zustand stores
├── utils/ # Utility functions
├── themes/ # Theme configurations
├── types/ # TypeScript type definitions
├── App.tsx # Main application component
└── global.css # Global styles
yarn dev
- Start development serveryarn build
- Build for productionyarn preview
- Preview production build
- Configure your IDE to use TypeScript
- Install recommended extensions (if using VSCode):
- ESLint
- Prettier
- Tailwind CSS IntelliSense
The application requires a Gemini API key for certain functionalities. You can obtain one from: https://aistudio.google.com/app/apikey
- Build the application:
yarn build
- Preview the build:
yarn preview
- Create a new branch for your feature
- Make your changes
- Submit a pull request
MIT License
Copyright (c) 2024 Any Computer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.