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
- Host: GitHub
- URL: https://github.com/baybreezy/startup-agency
- Owner: BayBreezy
- Created: 2022-04-03T15:54:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T16:16:31.000Z (about 3 years ago)
- Last Synced: 2025-01-18T07:32:04.479Z (4 months ago)
- Language: Vue
- Size: 649 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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).