https://github.com/data-miner00/ui-workbench
A R&D workbench for carrying out UI related endeavours
https://github.com/data-miner00/ui-workbench
nuxt3 turborepo
Last synced: 8 months ago
JSON representation
A R&D workbench for carrying out UI related endeavours
- Host: GitHub
- URL: https://github.com/data-miner00/ui-workbench
- Owner: data-miner00
- Created: 2023-06-03T23:28:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T09:52:06.000Z (9 months ago)
- Last Synced: 2025-02-08T10:29:16.786Z (9 months ago)
- Topics: nuxt3, turborepo
- Language: Vue
- Homepage:
- Size: 6.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ui-workbench
A place to explore Web UI.
## Getting Started
Before installing, make sure that you have Pnpm installed.
```
pnpm --version
```
Run the install command at the root.
```
pnpm i
```
This will install all necessary packages to work with.
This repo is managed with monorepo provider Turborepo. To run `artstation` within archives, run the following.
```
pnpm dev --filter artstation
```
This will tell Turborepo to search and start the project with the same name.
## Researches
I used this repo mainly for researching UI related topics such as
- SPA components
- Animations
- Fonts
- Frameworks
- Latest trends