This is a Next.js project bootstrapped with create-next-app
.
To run the development server:
npm run dev
# or
yarn dev
You might also need to install some requirements (reference):
npm install next-themes
# or
yarn add next-themes
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
To commit your changes, just run the following:
git add .
git commit -m 'Commit message'
git push origin branch/master