https://github.com/bernardodiasc/remote-roll
https://github.com/bernardodiasc/remote-roll
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernardodiasc/remote-roll
- Owner: bernardodiasc
- Created: 2024-01-25T14:09:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T19:11:45.000Z (over 1 year ago)
- Last Synced: 2024-01-31T19:55:52.955Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://remote-roll.vercel.app
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Requirements
Use [NVM](https://github.com/nvm-sh/nvm) to update Node version:
```
nvm install 18
nvm use 18
```## Getting Started
First, copy and rename `.env.example` to `.env.local`.
Then run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.