Skip to content

Commit

Permalink
docs: add readme
Browse files Browse the repository at this point in the history
Signed-off-by: Arsène Fougerouse <arsene582@gmail.com>
  • Loading branch information
GridexX committed Oct 30, 2023
1 parent 5c68e25 commit 915871b
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
# Nextra Docs Template
# FAAST DOC

This is a template for creating documentation with
[Nextra](https://nextra.site).
This folder contains the source code of the [Faast documentation website](#).

[**Live Demo →**](https://nextra-docs-template.vercel.app)
## Contributing

[![](.github/screenshot.png)](https://nextra-docs-template.vercel.app)
You can [submit an issue](https://github.com/faast-rt/docs/issues/new/choose)
with documentation request or submit a pull request with suggested changes.

## Quick Start
To help you, all the documentation pages have a button **Edit this page** at the
right to go directly to the associated markdown file on the repository.

Click the button to clone this repository and deploy it on Vercel:
Please refer to the main [CONTRIBUTING.md](#) for contributing guidelines.

[![](https://vercel.com/button)](https://vercel.com/new/clone?s=https%3A%2F%2Fgit.luolix.top%2Fshuding%2Fnextra-docs-template&showOptionalTeamCreation=false)
## Development

## Local Development
Below a guide to help you run the website locally and preview changes before
submitting them.

First, run `pnpm i` to install the dependencies.
Please ensure that your environment match the following requirements :

Then, run `pnpm dev` to start the development server and visit localhost:3000.
- [pnpm](https://pnpm.io/installation)
- [NodeJS](https://nodejs.org/en/) (v17+)

## License
To run the website locally :

This project is licensed under the MIT License.
```bash
pnpm install
pnpm dev
```

The website should now be up and running at http://localhost:3000. Next.js will
automatically reload your changes. When you're done, stop the server by hitting
`CTRL+C`.

0 comments on commit 915871b

Please sign in to comment.