Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 script

Run app in development mode:
``` sh
npm run dev
```
## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```
## Deploy Project

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.