Init this repo in a pre-configured environment by clicking here.
Read the API Documentation by clicking here.
Our code is documented with JSDoc, allowing us to add suggested typing to our application, delightful code editor autocompletion and explaining when you type a function.
Just like this:
Add the environment variable described in the .env.example
file.
Install the dependencies:
npm install
# or
yarn
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
If you want to build the production version, run the following command:
npm run build
# or
yarn build
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.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy this app is to use the Vercel Platform from the creators of Next.js.
Check the Next.js deployment documentation for more details.