Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasfroeller/techdepot
A stash of usefull frameworks, libraries, assets... Technologies used; HTML, CSS, UnoCSS, TS, Vue, Dockerfile, YAML, Axios-Fetch, gh-actions
https://github.com/jonasfroeller/techdepot
dockerized i18n markdown-support themes
Last synced: 19 days ago
JSON representation
A stash of usefull frameworks, libraries, assets... Technologies used; HTML, CSS, UnoCSS, TS, Vue, Dockerfile, YAML, Axios-Fetch, gh-actions
- Host: GitHub
- URL: https://github.com/jonasfroeller/techdepot
- Owner: jonasfroeller
- License: mit
- Created: 2023-11-02T14:01:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T15:06:22.000Z (10 months ago)
- Last Synced: 2024-03-02T16:26:00.042Z (10 months ago)
- Topics: dockerized, i18n, markdown-support, themes
- Language: Vue
- Homepage: https://tech-depot.vercel.app/
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Depot
A collection of useful tools for software development.
## Setup
* **install dependencies:**
```bash
pnpm i
```* **development server:**
```bash
pnpm dev
```* **build for production:**
```bash
pnpm build
```* **docker production build:**
1. build docker image
```bash
docker buildx build . -t vitesse:latest
```2. run a docker instance container
```bash
docker run --rm -it -p 8080:80 vitesse:latest
```## Tech
### i18n
[vue-i18n](https://github.com/intlify/vue-i18n-next) | [i18n Ally](https://github.com/lokalise/i18n-ally)
### Styling
[UnoCSS](https://github.com/unocss/unocss)