Link bookmarking tool built on aproto (early alpha)
1# Pinboarding
2
3See this live on [pinboard.ing](https://pinboard.ing)!
4
5Everything you need to build a Solid project, powered by [`solid-start`](https://start.solidjs.com);
6
7## Developing
8
9Once you've installed dependencies with `deno install --allow-scripts`, start a development server:
10
11```bash
12deno task dev
13```