Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Logos & Images #3

Merged
merged 2 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Astro Vue Tailwind JWT Template
# CloudStore

This project is a free and open-source template built with the components from [Flowbite](https://github.com/themesberg/flowbite) based on the utility-first [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss) framework.

This admin dashboard can quickly help you get started building an application for your project using the newest UI/UX development technologies in the open-source area including Tailwind CSS and Flowbite.
CloudStore is a web application that allows users to store files in the cloud. It is built using [Astro](https://astro.build/), [Vue](https://v3.vuejs.org/), [Tailwind CSS](https://tailwindcss.com/), and [Flowbite](https://flowbite.com/).

---

Expand All @@ -12,9 +10,10 @@ This admin dashboard can quickly help you get started building an application fo

This product is built using the following widely used technologies:

- Astro: [astro.build](https://astro.build/)
- Vue: [v3.vuejs.org](https://v3.vuejs.org/)
- Tailwind CSS: [tailwindcss.com](https://tailwindcss.com/)
- Flowbite: [flowbite.com](http://flowbite.com/)
- Astro: [astro.build](https://astro.build/)

### 🚀 Quick start

Expand All @@ -28,7 +27,7 @@ pnpm install

_PNPM is the package manager of choice for illustration, but you can use what you want._

1. Launch the Astro local development server on `localhost:2121` by running the following command:
1. Launch the Astro local development server on `localhost:4321` by running the following command:

```sh
pnpm run dev
Expand All @@ -50,7 +49,7 @@ pnpm run preview

Efforts have been put on fast **onboarding** and **developer experience**.

This project comes with extensive support for TypeScript, Astro, Tailwind, and VS Code.
This project comes with extensive support for TypeScript, Astro, Vue, Tailwind, and VS Code.
It is configured with sensible defaults, a bit of opinions, plus some tricks to make it plays nice together.

- **TypeScript**: _strictest_ Astro's settings. Full-stack, type-safe code base
Expand All @@ -59,4 +58,3 @@ It is configured with sensible defaults, a bit of opinions, plus some tricks to
- **VS Code**: extensions recommendations, tooling settings
- **Tailwind**: Astro integration (using Vite and PostCSS)
- **Flowbite**: dependencies (core, typography), settings
- **GitHub**: a [pre-configured workflow](https://github.com/themesberg/flowbite-astro-admin-dashboard/tree/main/.github/workflows) for deployment (using PNPM cache)
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"name": "astro-vue-tailwind-template",
"name": "cloudstore-frontend",
"version": "0.1",
"private": "true",
"description": "A free and open-source template built with Tailwind CSS, Vue and Astro",
"description": "CloudStore is a web application that allows users to store files in the cloud.",
"keywords": [],
"homepage": "https://github.com/OurUncomplicatedTemplates",
"bugs": "https://github.com/OurUncomplicatedTemplates/astro-vue-tailwind-jwt-template/issues",
"repository": "https://github.com/OurUncomplicatedTemplates/astro-vue-tailwind-jwt-template",
"homepage": "https://frontend-cloud-store.vercel.app",
"bugs": "https://github.com/HF6-PROJECT/web/issues",
"repository": "https://github.com/HF6-PROJECT/web",
"license": "MIT",
"author": "Kristian Binau",
"contributors": [
{
"name": "Frederik Pytlick"
},
{
"name": "Anders Rasmussen"
}
],
"type": "module",
"scripts": {
"astro": "astro",
Expand Down
11 changes: 1 addition & 10 deletions public/images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/logo.png
Binary file not shown.
10 changes: 0 additions & 10 deletions public/images/logo.svg

This file was deleted.

Binary file added public/images/logo_name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading