Skip to content

Commit

Permalink
chore: add basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 15, 2021
1 parent 0a2b854 commit 7d7204f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# NuxtJS.org
<p align="center"><img align="center" src="./.github/logo.svg"/></p><br/>

> Website and documentation of [Nuxt](https://nuxtjs.org/)
## Local Development

```bash
git clone https://github.com/nuxt/nuxtjs.org.git
cd nuxtjs.org/
yarn install
```

Start the development server on [http://localhost:4000](http://localhost:4000)

```bash
yarn dev
```

## Lisense

<a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Design materials for website</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Nuxt project</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/nuxt/nuxtjs.org" rel="dct:source">nuxt/nuxtjs.org</a>.

Follow issues for this repository [here](https://github.com/nuxtlabs/nuxtjs.org-board/issues).

0 comments on commit 7d7204f

Please sign in to comment.