Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbapapazes/slidev-volta-vs-project
https://github.com/barbapapazes/slidev-volta-vs-project
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/barbapapazes/slidev-volta-vs-project
- Owner: Barbapapazes
- Created: 2022-12-23T17:24:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T11:25:33.000Z (5 days ago)
- Last Synced: 2024-12-20T11:13:03.416Z (3 days ago)
- Homepage: https://slidev-volta-vs-project.esteban-soubiran.site/1
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Volta, pour gérer nos projets
Une présentation pour mettre en avant Volta, un nouvel outil pour gérer nos projets sur GitHub. Une alternative plus automatisée à Project de GitHub.
## Tech Stack
**Client:** Slidev
## Run Locally
Clone the project
```bash
git clone https://github.com/Barbapapazes/slidev-volta-vs-project
```Go to the project directory
```bash
cd slidev-volta-project
```Install dependencies
```bash
pnpm install
```Start the server
```bash
pnpm run dev
```
Use the `remote` option to enable preview in the Slidev extention.## Deployment
First, you need to build this project.
```bash
pnpm build
```Then, you can easily deploy the `dist` folder.
## Authors- [@barbapapazes](https://www.github.com/barbapapazes)