aditsachde / blitzjs.com

Website & docs

Home Page:https://blitzjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blitzjs.com - Website & Docs

Installation

yarn

Local Development

yarn dev

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Deployment

The main branch is automatically deployed to https://blitzjs.com

Language Translations

More info at blitzjs.com-translation!

Code Syntax Highlights

Code blocks are syntax highlighted using Prism. You can call attention to specific sections in a code block using comments to begin and end a block // highlight-start // highlight-end, or highlight a single line // highlight-line

const example = "not highlighted"
// highlight-start
const highlighted = true
// highlight-end
const notHighlighted = true
const alsoHighlighted = true // highlight-line

About

Website & docs

https://blitzjs.com

License:MIT License


Languages

Language:JavaScript 92.2%Language:CSS 7.7%Language:Shell 0.1%