mirror of
https://github.com/versia-pub/blog.git
synced 2025-12-06 08:48:18 +01:00
52 lines
2.5 KiB
Markdown
52 lines
2.5 KiB
Markdown
<p align="center">
|
|
<a href="https://versia.pub"><img src="https://cdn.versia.pub/branding/logo-dark.svg" alt="Versia Logo" height="110"></a>
|
|
</p>
|
|
|
|
|
|
<h2 align="center">
|
|
<strong><code>Versia Blog</code></strong>
|
|
</h2>
|
|
|
|
<div align="center">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/typescript/typescript-original.svg" height="42" width="52" alt="TypeScript logo">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nuxtjs/nuxtjs-original.svg" height="42" width="52" alt="Nuxt logo">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vuejs/vuejs-original.svg" height="42" width="52" alt="Vue logo">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" height="42" width="52" alt="Docker logo">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bun/bun-original.svg" height="42" width="52" alt="Bun logo">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg" height="42" width="52" alt="CSS3 logo">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg" height="42" width="52" alt="HTML5 logo">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/linux/linux-original.svg" height="42" width="52" alt="Linux logo">
|
|
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/tailwindcss/tailwindcss-original.svg" height="42" width="52" alt="TailwindCSS logo">
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
## Technologies
|
|
|
|
- [**`TypeScript`**](https://www.typescriptlang.org/): A typed superset of JavaScript that compiles to plain JavaScript.
|
|
- [**`Nuxt.js`**](https://nuxt.com): A Vue.js framework that simplifies the development of universal applications.
|
|
- [**`Vue.js`**](https://vuejs.org/): The progressive JavaScript framework for building user interfaces.
|
|
|
|
## Installation
|
|
|
|
This project uses [Bun](https://bun.sh) as a package manager. To install the dependencies, run:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To start the development server, run:
|
|
|
|
```bash
|
|
bun dev
|
|
```
|
|
|
|
## Contributing
|
|
|
|
Contributions are welcome! Feel free to open an issue or submit a pull request.
|
|
|
|
### Licenses
|
|
|
|
The code in this repository is licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).
|
|
|
|
However, the *documentation text* (including the Markdown files in the `content` directory) is licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). You are free to share and adapt the text as long as you provide proper attribution. |