Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimyiannis/meet-in-thessaloniki
Informational website that serves as a tourism guide to the city of Thessaloniki. The primary goal of the website is to promote tourism and attract visitors to the city. It is addressed mostly to tourists that are bypassers and have some hours on their disposal to enjoy the city.
https://github.com/dimyiannis/meet-in-thessaloniki
nuxt nuxt3 nuxtjs tailwind
Last synced: about 2 months ago
JSON representation
Informational website that serves as a tourism guide to the city of Thessaloniki. The primary goal of the website is to promote tourism and attract visitors to the city. It is addressed mostly to tourists that are bypassers and have some hours on their disposal to enjoy the city.
- Host: GitHub
- URL: https://github.com/dimyiannis/meet-in-thessaloniki
- Owner: DimYiannis
- Created: 2023-02-22T16:55:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T07:36:58.000Z (9 months ago)
- Last Synced: 2024-04-11T08:39:09.451Z (9 months ago)
- Topics: nuxt, nuxt3, nuxtjs, tailwind
- Language: Vue
- Homepage: https://meet-in-thessaloniki.netlify.app
- Size: 8.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lets meet in Thessaloniki!
A minimal website dedicated to the beautifull city of Thessaloniki.
The main purpose of this site is to introduce some options for tourists that are just bypassers or have some hours at their disposal to enjoy and see the city.![Opera Στιγμιότυπο_2023-03-08_152758_localhost](https://user-images.githubusercontent.com/107484245/223733979-a0fd9e90-9c4a-44dd-9ae7-f670b06fe4ce.png)
![Opera Στιγμιότυπο_2023-03-08_152746_localhost](https://user-images.githubusercontent.com/107484245/223733997-ee8a59d7-eedd-4ce2-8336-238e142a8c97.png)
![Opera Στιγμιότυπο_2023-03-08_152535_localhost](https://user-images.githubusercontent.com/107484245/223725823-546d955f-0e3a-42aa-9953-472f25707a9e.png)
![Opera Στιγμιότυπο_2023-03-08_151729_localhost](https://user-images.githubusercontent.com/107484245/223725838-51af8617-4f33-4024-b62c-56716e92d37b.png)# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.## Setup
1. Clone the repo
``` sh
git clone https://github.com/DimYiannis/Meet-in-Thessaloniki.git
```
2. Install NPM packages
```sh
npm install
```
3. Run NPM scriptRun app in development mode:
``` sh
npm run dev
```
## ProductionBuild the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```
## Deploy ProjectCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.