Modern playground for the Internet Computer powered by Create IC APP, ViteJS, ReactJS, & TailwindCSS
- Install the following version of the DFINITY Canister SDK
DFX_VERSION=0.7.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
- NodeJS >=16.0.0
With Git:
git clone https://github.com/ferMartz/ic-playground.git
With NPM:
cd ic-playground
npm install
Start the backend
dfx start --background
dfx canister create --all
dfx build
dfx canister install --all
Start the frontend
npm run dev
Thats it! Play around on your local Internet Computer.