Skip to content

Commit

Permalink
Move docs to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyseta committed Oct 6, 2023
1 parent dddc9eb commit 934c43e
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,5 @@
# Dynamik

## Developing

Clone the repository, install dependencies and update git submodule:
```bash
pnpm install
git submodule init
git submodule update
```

start a development server:

```bash
pnpm dev
```

## Building

To create a production version of your app:

```bash
pnpm build
```

You can preview the production build with `pnpm preview`.

## Deployments

- Main: https://risorse.students.cs.unibo.it
- GitHub Pages (slower, no SSR): https://csunibo.github.io/dynamik/
- Vercel: https://dynamik.vercel.app/ (unadvertised)
Un applicativo web per consultare le raccolte di risorse di CSUnibo. Per
ulteriori informazioni, si veda [la relativa pagina della
wiki](https://csunibo.github.io/wiki/applicativi-web/dynamik/index.html).

0 comments on commit 934c43e

Please sign in to comment.