https://github.com/gerasaka/watch-catalog
https://github.com/gerasaka/watch-catalog
nextjs sass vercel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gerasaka/watch-catalog
- Owner: gerasaka
- Created: 2025-01-28T13:06:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T08:20:03.000Z (over 1 year ago)
- Last Synced: 2025-06-09T15:07:42.092Z (about 1 year ago)
- Topics: nextjs, sass, vercel
- Language: TypeScript
- Homepage: https://watch-catalog.vercel.app
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watch Catalogue
This is sample project using Nextjs v15 with Sass and deployed on Vercel
## Preview
## Setup project on local machine
This project is created with Nextjs v15 and `pnpm`, but if you're not using `pnpm`, `npm` should be sufficient.
### Run development server
```bash
pnpm dev
```
Then, open [http://localhost:3000](http://localhost:3000) with your browser to see the result. The application will automatically reload if you change any of the source files.
### Test
```bash
pnpm test
```
### Build
```bash
pnpm build
```