Skip to content

radespratama/seehoob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Quickstart

Run the website locally

git clone https://github.com/radespratama/seehoob.git

Setting up the project

cd seehoob

yarn || npm install

Starting server

yarn dev || npm run dev

Server should now be running on localhost:3022


๐Ÿ”ง Tools Used

Typescript NextJs TailwindCSS


๐Ÿคž Contributing

After setting up the project, and making changes:

git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH