forked from nuxt/website-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |