Skip to content

Commit f823d20

Browse files
committed
Merge branch 'birkskyum-marko5'
2 parents d9839a0 + a3904e5 commit f823d20

File tree

13 files changed

+2319
-1369
lines changed

13 files changed

+2319
-1369
lines changed

frameworks/keyed/marko/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
*.marko.js
1+
node_modules
2+
dist
3+
*.log

frameworks/keyed/marko/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Thanks for checking out Marko
2+
3+
# Installation
4+
5+
```
6+
npx @marko/create marko-app --template basic
7+
cd marko-app
8+
npm install
9+
npm run dev
10+
```
11+
12+
## Overview
13+
14+
This project is powered by [@marko/run](https://github.com/marko-js/run).
15+
16+
- Run `npm run dev` to start the development server
17+
- Run `npm run build-prod` to build a production-ready node.js server
18+
- Run `npm run preview` to run the production server
19+
20+
## Adding Pages
21+
22+
Pages map to the directory structure. You can add additional pages by creating files/directories under `src/routes` with `+page.marko` files. Learn more in the [`@marko/run` docs](https://github.com/marko-js/run/#file-based-routing).
23+

frameworks/keyed/marko/index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)