Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kritzcreek/ps_canister
Just an experiment at getting a PureScript frontend into an IC canister
https://github.com/kritzcreek/ps_canister
Last synced: 27 days ago
JSON representation
Just an experiment at getting a PureScript frontend into an IC canister
- Host: GitHub
- URL: https://github.com/kritzcreek/ps_canister
- Owner: kritzcreek
- Created: 2020-05-27T16:41:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T02:24:08.000Z (over 2 years ago)
- Last Synced: 2024-04-14T22:18:44.361Z (7 months ago)
- Language: JavaScript
- Size: 531 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ps_canister
Welcome to your new ps_canister 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 ps_canister, 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 ps_canister/
dfx help
dfx config --help
```