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.
To run a local repo follow these simple steps:
-
npm package manager
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/kazmonroy/spire.git
-
Change to cloned directory
cd spire
-
Install NPM packages
npm install
-
Start project locally
npm run dev
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".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.