Skip to content

Commit

Permalink
fix: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gureckis committed Jul 9, 2024
1 parent 53f0e90 commit ecdb085
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# talk_template

A Slidev talk template for the lab


## Usage

1. Fork this repository
2. Clone the repository to your local machine
3. install pnpm if you haven't yet `npm install -g pnpm`
3. Install the dependencies with `pnpm install`
4. Start the development server with `pnpm dev`

To export to pdf:

`pnpm export`

0 comments on commit ecdb085

Please sign in to comment.