Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 844 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 844 Bytes

IC Firestarter

Modern starter and mini playground for the Internet Computer powered by Create IC APP, ViteJS, ReactJS, & Material UI

Requirements

  • Install the following version of the DFINITY Canister SDK
DFX_VERSION=0.8.1 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-firestarter.git

With NPM:

cd ic-firestarter
npm install

Start the backend

dfx start --background
dfx deploy

Start the frontend

npm run dev

Thats it! Play around on your local Internet Computer.