Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)