[improvement] readme / contributing (#1199)
This PR adds a barebones Readme to the public repo that we can start to iterate on. This is what it looks like!  --------- Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
This commit is contained in:
parent
5d4b3bec45
commit
9e5de0c48e
4 changed files with 112 additions and 19 deletions
|
@ -3,7 +3,7 @@ import { Head, Html, Main, NextScript } from 'next/document'
|
|||
const TITLE = 'tldraw'
|
||||
const DESCRIPTION =
|
||||
'Developer documentation for tldraw. Build infinite canvas experiences for the web.'
|
||||
const URL = 'https://docs.tldraw.dev'
|
||||
const URL = 'https://tldraw.dev'
|
||||
const TWITTER_HANDLE = '@tldraw'
|
||||
const TWITTER_CARD = 'social-twitter.png'
|
||||
const FACEBOOK_CARD = 'social-og.png'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue