Skip to content

Uvacoder/vercel-olaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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