Skip to content

Commit abcba21

Browse files
authored
Fix template repo
1 parent a2dbe21 commit abcba21

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[`pure | 📦`](https://github.com/telamon/create-pure)
22
[`code style | standard`](https://standardjs.com/)
3+
34
# pico-template
45

56
This is a [pico-stack](https://github.com/telamon/picostack) project template
@@ -11,19 +12,24 @@ as template engine.
1112
[DEMO](https://pico-todo.surge.sh/)
1213

1314
## Getting started
15+
1416
Create your project if you already haven't
17+
1518
```bash
16-
npx degit telamon/picostack-template my-project
19+
npx degit telamon/pico-template my-project
1720
```
1821

1922
Then start the local dev-server
23+
2024
```bash
2125
yarn
2226
yarn dev
2327
```
28+
2429
and navigate to [https://localhost:5000](https://localhost:5000)
2530

2631
Other included scripts:
32+
2733
```bash
2834
yarn dev # Starts local dev-server
2935
yarn test # Blockend dev: runs unit tests

0 commit comments

Comments
 (0)