KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Bottles_Web
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Awesome-Collaborative-Perception-Security
:
Collect some papers focusing on collaborative perception security
ruoyi-h5-vue3
:
基于Vue3.4、Vite5、Vant4、Pinia封装的一套基础模版,仿钉钉工作台,写好了登录/个人信息修改/头像修改/修改密码/的接口对接,可以使用字典管理与RuoYi-Vue后台完美对接。
design-pattern-cpp
:
Code for Design Pattern series.
E-Shop
:
E-Shop is a browser-based billing solution designed to simplify invoicing workflows for retail shops. It helps shop owners quickly log in, manage itemized billing, and generate printable invoices without complex setup
ros_battery_monitoring
:
ros2_control battery sensor interfaces
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Bottles_Web
?
Download (.md)
<img width="300" alt="bottle_logo" src="https://github.com/user-attachments/assets/a44026e9-981b-42d0-bbd1-4bcad9b2e58c"> #### This is an official repository for @bottlesteam web <span heigth=50px style="margin-top:120px;"></div> <br> [<img height=50px src=https://user-images.githubusercontent.com/42789819/115149387-d42e1980-a09e-11eb-88e3-94ca9b5b604b.png>](https://url.kr/cps1z2) [<img height=50px src=https://www.fcsok.org/wp-content/uploads/2020/04/get-it-on-google-play-badge.png>](https://play.google.com/store/apps/details?id=com.team.bottles) ## What's inside? This Turborepo includes the following packages/apps: ### Apps and Packages - `bottle`: a Next.js project for web view inside the [Bottle](https://url.kr/cps1z2) native app - `demo`: a Next.js project for [demo usage on the browser](https://demo.bottles.asia) - `web`: a Next.js project for a [promotional website](https://bottles.asia) - `admin`: a React project for the admin panel managing the Bottle app - `@bottlesteam/ui`: a stub React component library shared by services located in `apps/**` - `@bottlesteam/utils`: a React, Next.js util library shared by services located in `apps/**` - `@bottlesteam/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`) - `@bottlesteam/typescript-config`: `tsconfig.json`s used throughout the monorepo - `@bottlesteam/vitest-config`: `vitest.config`s used throughout the monorepo - `@bottlesteam/e2e`: a package that runs e2e tests for each services Each package/app is 100% [TypeScript](https://www.typescriptlang.org/). ### Install Dependencies To install dependencies for all apps and packages, run the following command: ``` pnpm install ``` ### Build To build all apps and packages, run the following command: ``` pnpx turbo run build ``` ### Develop To develop all apps and packages, run the following command: ``` pnpx turbo run dev ``` ### Test To test apps, run the following command: ``` pnpx turbo run test pnpx turbo run test:e2e ```