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

https://github.com/baybreezy/startup-agency

Startup Agency UI created with Nuxtjs & TailwindCSS
https://github.com/baybreezy/startup-agency

Last synced: 2 months ago
JSON representation

Startup Agency UI created with Nuxtjs & TailwindCSS

Awesome Lists containing this project

README

        

# Startup Agency UI

UI created with Nuxt3 + Tailwind CSS and a design from Dribbble

[Nuxt 3 DOcs](https://v3.nuxtjs.org).

## Demo

https://startup-agency.behonbaker.com/

## Design

- https://dribbble.com/shots/17899998-Startup-Agency-Web-header

![Dribbble Design](/screenshot.PNG)

## Setup

Make sure to install the dependencies

```bash
yarn install
```

## Development

Start the development server on http://localhost:3000

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).