Skip to content

Latest commit

 

History

History
104 lines (67 loc) · 3.09 KB

README.md

File metadata and controls

104 lines (67 loc) · 3.09 KB

Logo

Spire

Star Wars inspired gear store

View Demo · Report Bug · Request Feature

About Spire

Logo

Spire is a Star Wars inspired gear store. It is built with Next.js, styled with TailwindCSS and deployed in Vercel. It integrates Sanity headless CMS to manage the store's content and Stripe as the payment solution.

Built With

  • React

  • Next.js

  • Sanity

  • TailwindCSS

  • Shadcn UI

  • Vercel

  • Stripe

(back to top)

Getting started

To run a local repo follow these simple steps:

Prerequisites

  • npm package manager

    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/kazmonroy/spire.git
  2. Change to cloned directory

    cd spire
  3. Install NPM packages

    npm install
  4. Start project locally

    npm run dev

(back to top)

Contributing

If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "improvemenet".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License.

(back to top)