Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basementstudio/next-shopify-drop
https://github.com/basementstudio/next-shopify-drop
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/basementstudio/next-shopify-drop
- Owner: basementstudio
- Created: 2021-12-07T01:11:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T02:55:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T08:09:16.157Z (about 2 months ago)
- Language: TypeScript
- Size: 977 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.example.md
Awesome Lists containing this project
README
# `your-project`
Repository for `your-project`'s website.
## Featured Aspects of the Stack
- [TypeScript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)## Get Started
1. Install yarn:
```
npm install -g yarn
```2. Install the dependencies with:
```
yarn
```3. Start developing and watch for code changes:
```
yarn dev
```---
If you find you need to make extra config to make this work more seamlessly, feel free to submit a PR suggesting your changes. Our focus is to get you up and running with the least steps and burden as possible.