Skip to content
/ something Public template

The plate is boiling. Just craft something! 🔥

Notifications You must be signed in to change notification settings

somehq/something

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

something

This is a Next.js project bootstrapped with create-next-app. Just check out the hosted demo.

Getting started

We recommend using pnpm as the preferred package manager for this project.

To install pnpm globally on your system, you can use npm:

npm install -g pnpm

Run the following command on your local environment:

# If you using pnpm:
pnpm create next-app something --example "https://github.com/somehq/something"
# or
npx create-next-app something --example "https://github.com/somehq/something"
cd something

Then, you can run locally in development mode with live reload:

pnpm dev
# or
npm run dev

Open http://localhost:3000 with your browser to see something 😉.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.