17 lines
349 B
Markdown
17 lines
349 B
Markdown
# Vrg Archive
|
|
|
|
This is an [Observable Framework](https://observablehq.com/framework/) app. To install the required dependencies, run:
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
Then, to start the local preview server, run:
|
|
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
Then visit <http://localhost:3000> to preview your app.
|
|
|
|
For more, see <https://observablehq.com/framework/getting-started>.
|