Skip to content

liyipeng3/gone-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gone-web

This is a blog built with typescript, next.js and tailwindcss.

I write it for me, but if you find it useful, that's great, if you can help me improve it, that's even better.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/utils.ts. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

Backend

This blog uses gone-engine as its backend. You can find the source code here.