Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.44 KB

File metadata and controls

51 lines (38 loc) · 1.44 KB

Odyssey Entertainment Marketing Webpage
A professional site showcasing Odyssey's expertise in sports and entertainment marketing. It highlights services like brand strategy, digital creativity, and event development, emphasizing client collaboration and delivering high-energy, memorable experiences. The site also reflects the company's values of passion, performance, and partnership, offering solutions for branding, events, and digital marketing.

GitHub Repository: radtket/odyssey
Live Demo: Odyssey Entertainment Marketing

Getting started

Clone repo

# clone the repo
$ git clone https://github.com/radtket/odyssey.git my-project

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Usage

# serve with hot reload at localhost:3000.
$ npm run start

# build for production with minification
$ npm run build

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

my-project/
├── docs/
├── src/
│   ├── design-files/
│   ├── favicon/
│   ├── img/
│   ├── js/
│   ├── scss/
│   ├── video/
│   ├── ...
│   ├── index.html
│   └── ...
└── package.json