An open API service indexing awesome lists of open source software.

https://github.com/gerasaka/watch-catalog


https://github.com/gerasaka/watch-catalog

nextjs sass vercel

Last synced: 3 months ago
JSON representation

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
```