Skip to content

A playground for Internet computer built with Create IC App + Vite + React + Tailwind

Notifications You must be signed in to change notification settings

fermartz/ic-playground

Repository files navigation

IC Playground

Modern playground for the Internet Computer powered by Create IC APP, ViteJS, ReactJS, & TailwindCSS

Requirements

  • 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

Get Started

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.

About

A playground for Internet computer built with Create IC App + Vite + React + Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published