andrewmcodes-archive / onshore-production

Onshore Studios Website built w/ TailwindCSS

Home Page:https://onshorestudios.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onshore Studios Production Website

Build Status Tailwind Version Webpack Version FOSSA Status

This is the official website of Onshore Studios.

To get started, clone the project and install the dependencies:

NPM and Yarn

Install the dependencies

# NPM
npm install

# Yarn
yarn

To build for development

# NPM
npm build:dev

#Yarn
yarn build:dev

To build for production

# NPM
npm build

# Yarn
yarn build

To watch for changes

# NPM
npm run start

# Yarn
yarn start

Contributing

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Issues

Feel free to submit issues and enhancement requests!

License

FOSSA Status

About

Onshore Studios Website built w/ TailwindCSS

https://onshorestudios.com

License:MIT License


Languages

Language:CSS 79.8%Language:HTML 13.2%Language:JavaScript 7.0%