Skip to content

Commit

Permalink
#2 - Add correct logos and images
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianbinau committed Sep 26, 2023
1 parent 47e740c commit 8b2febb
Show file tree
Hide file tree
Showing 16 changed files with 2,637 additions and 67 deletions.
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)
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"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",
"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

0 comments on commit 8b2febb

Please sign in to comment.