Uvacoder / abc-nextjs-olaf

Home Page:https://abc-nextjs-olaf.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.

Committing Changes

To commit your changes, just run the following:

git add .
git commit -m 'Commit message'
git push origin branch/master