forked from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ftd
More file actions
57 lines (34 loc) · 1.39 KB
/
Copy pathindex.ftd
File metadata and controls
57 lines (34 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
-- import: <user_name>.github.io/<repo_name>/assets
-- ds.page: Welcome to your [FPM site](https://fpm.dev/)
FPM Blank Package Template Repo
🧑🚀 **Seasoned traveler?** update this file. Enjoy!
--- ds.image: doc-site
src: $assets.files.doc-site-example.png
width: fill
--- ds.h1: 🚀 Project Structure
Inside of your FPM project, you'll see the following folders and files:
--- ds.code:
lang:
/
├── .build/
│ └── index.html
├── .packages/
│ └── fifthtry.github.io/
│ └── All downloaded dependencies
│
├── FPM.ftd
├── index.ftd
└── README.md
--- ds.h1: 🧞 Commands
All commands are run from the root of the project, from a terminal:
--- ds.code:
lang:
=======================================================================
| Command | Action |
| :--------------------- | :----------------------------------------- |
| fpm build | FPM builder installs all `FPM` dependencies|
| fpm serve | Starts local dev server at available port |
| | `localhost:8000` |
=======================================================================
--- ds.h1: 👀 Want to learn more?
Feel free to check [our documentation](https://fpm.dev/) or jump into our [FifthTry Discord server](https://discord.gg/bucrdvptYd).