https://github.com/shyrro/fges-course-docs
Docs liés au cours
https://github.com/shyrro/fges-course-docs
Last synced: 2 months ago
JSON representation
Docs liés au cours
- Host: GitHub
- URL: https://github.com/shyrro/fges-course-docs
- Owner: Shyrro
- Created: 2021-10-31T22:15:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T15:40:17.000Z (about 3 years ago)
- Last Synced: 2025-02-09T04:40:01.721Z (4 months ago)
- Language: JavaScript
- Size: 567 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-clone-api-docs
## Setup
Install dependencies:
```bash
yarn install
```## Development
```bash
yarn dev
```## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
yarn generate
```To preview the static generated app, run `yarn start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).