|
3 years ago | |
---|---|---|
html | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
packages.dhall | 3 years ago | |
spago.dhall | 3 years ago |
git clone https://taezos.org/taezos/spago-halogen-scaffold.git <your-project-name>
Rename the following sections:
name
field to your desired project name.name
field to your desired project name.Build the entire project, this includes spago and npm packages.
make build-all
Build spago packages.
make build
Bundle the project
make bundle
Run the project, make sure bundle has been created.
make start