https://github.com/justkahdri/basement-challenge
Landing page for an e-commerce site made with NextJS.
https://github.com/justkahdri/basement-challenge
Last synced: 4 months ago
JSON representation
Landing page for an e-commerce site made with NextJS.
- Host: GitHub
- URL: https://github.com/justkahdri/basement-challenge
- Owner: justkahdri
- Created: 2022-05-14T22:37:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T02:34:16.000Z (about 3 years ago)
- Last Synced: 2025-01-12T18:14:10.077Z (5 months ago)
- Language: TypeScript
- Homepage: just-basement.vercel.app
- Size: 8.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
```## Things to Note
- Make sure you read `.env.example` to see which environment variables you need to run the project.
---
If you find you need to make extra config to make this work more seamlessly, feel free to submit a PR suggesting your changes. The goal is to get you up and running with the least steps and burden as possible.