Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barbapapazes/slidev-volta-vs-project


https://github.com/barbapapazes/slidev-volta-vs-project

Last synced: 1 day ago
JSON representation

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)