import { Card } from '@automattic/components'; import { PureComponent } from 'react'; import noSitesIllustration from 'calypso/assets/images/illustrations/illustration-nosites.svg'; export default class extends PureComponent { static displayName = 'DevWelcome'; render() { return (

Welcome to WP Calypso!

This is your local running copy of Calypso. If you want a quick start,{ ' ' } check the Guide. To access the documentation at any time, use the small badge in the bottom right corner.

); } }