Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hansl/journey
An open blog engine written for the Internet Computer. See http://twitch.tv/dfinitydev
https://github.com/hansl/journey
Last synced: 23 days ago
JSON representation
An open blog engine written for the Internet Computer. See http://twitch.tv/dfinitydev
- Host: GitHub
- URL: https://github.com/hansl/journey
- Owner: hansl
- Created: 2020-03-10T17:09:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:56:15.000Z (over 1 year ago)
- Last Synced: 2024-10-07T18:04:23.396Z (about 1 month ago)
- Language: Motoko
- Size: 870 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-icp - hansl/journey
README
# journey
Welcome to your new journey project and to the internet computer development community. By default, creating a new project adds this README and some template files to your project directory. You can edit these template files to customize your project and to include your own code to speed up the development cycle.
To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.
To learn more before you start working with journey, see the following documentation available online:
- [Quick Start](https://sdk.dfinity.org/developers-guide/quickstart.html)
- [Developer's Guide](https://sdk.dfinity.org/developers-guide)
- [Language Reference](https://sdk.dfinity.org/language-guide)If you want to start working on your project right away, you might want to try the following commands:
```bash
cd journey/
dfx help
dfx config --help
```