You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
8
8
1. Tact code is under the `src` directory. The `src` directory contains the following files: `src/routes/(examples)` - The source code for the examples.
9
9
2. The terminal output is located in `src/routes/(examples)/+layout.svelte` file.
10
+
3. Run `npm run tact-build` to compile the Tact code you just added.
11
+
12
+
### Running the project
10
13
11
14
Once you've run `npm install` start a development server:
0 commit comments