Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 672 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 672 Bytes

theme-geek-morning

An official theme designed for TB.


Source code

Build Setup

Requires Node.js 7+

# generate your blog project
tb init [project-name]

# chooese theme-geek-morning
? Chooese a theme you want:
❯ theme-geek-morning

# enter [project]
cd [project-name]

# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:8080
npm run dev

# build for production
npm run build

# serve in production mode
npm start

License

MIT