Openstatus www.openstatus.dev
1## Getting Started 2 3First, run the development server: 4 5```bash 6pnpm dev 7``` 8 9Open [http://localhost:3000](http://localhost:3000) with your browser to see the 10result. 11 12## Learn More 13 14To learn more about Next.js, take a look at the following resources: 15 16- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js 17 features and API. 18- [Learn Next.js](https://nextjs.org/learn/foundations/about-nextjs) - an 19 interactive Next.js tutorial. 20 21You can check out 22[the Next.js GitHub repository](https://github.com/vercel/next.js/) - your 23feedback and contributions are welcome! 24 25## Deploy on Vercel 26 27The easiest way to deploy your Next.js app is to use the 28[Vercel Platform](https://vercel.com/new?utm_source=github.com&utm_medium=referral&utm_campaign=turborepo-readme) 29from the creators of Next.js. 30 31Check out our 32[Next.js deployment documentation](https://nextjs.org/docs/deployment) for more 33details.