Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

dpinones/starklings-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starklings logo

Starklings App

A web interactive tutorial to start learning Cairo and Starknet.

About

Starklings App is a web interactive platform designed to help users kickstart their journey into learning Cairo. This platform is based on Starklings exercises, considered essential for those taking their first steps in understanding Cairo.

Our goal is to simplify the Starklings experience by getting rid of complex configurations and installations. Just access the app on a browser and start coding.

Components

Backend

The backend of the Starklings App is responsible for handling data processing and interactions with the Starknet exercises. Follow these steps to set up and run the backend:

cd api/

Install dependencies:

npm i

Run the development server:

npm run dev

Frontend

The frontend is the user interface of the Starklings App, providing an interactive environment for users to engage with Cairo exercises. To get the frontend up and running, follow these steps:

cd client/

Install dependencies:

npm i

Launch the development server:

npm run start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors