Interested in joining the Core team? Connect via email: admin@mazaryn.io
-
Install Dependencies:
- Rust: https://www.rust-lang.org/tools/install
- Go (latest version): https://go.dev/doc/install
- IPFS: https://docs.ipfs.tech/install/
- IPFS-CLUSTER: https://ipfscluster.io/download/
-
Run IPFS & IPFS-CLUSTER
ipfs daemon ipfs-cluster-service daemon
-
Setup Go Server:
git clone https://github.com/mazarynio/mazaryn cd mazaryn/src/golangcode go mod tidy go build -o myapp ./myapp
-
Setup Rust Server:
cd mazaryn/src/rustcode cargo build cargo run
-
Clone and Setup:
git clone https://github.com/mazarynio/mazaryn cd mazaryn cd assets yarn cd .. mix deps.get mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
If you're Interested to Contribute on this Project, you can check Issues here https://github.com/mazarynio/mazaryn/issues and start working on New Updates.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix