This is a Next.js project bootstrapped with create-next-app.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next.js: Next.js provides a robust framework for server-rendered React applications.
- Mantine component library: This is a comprehensive React component library that ensures consistent design across the application.
Before you can run this project locally, make sure you have Node.js and npm installed on your machine. Follow these steps to get the project up and running:
- Clone the repository to your local machine:
git clone https://github.com/calebmcquaid/scripto.git
- CD into the project
cd scripto
- Install the dependencies
yarn
- Start the server
yarn run dev
- Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.