Pharos Noun A light house to direct beginners
Pharos is built for high school and middle school students who are transitioning from a programming tool like scratch to an actual programming language. This language is meant for easing the transition.
Since this is a Domain Specific Language, we wanted base language to be fast, popular so people can contribute to it and give us robust performance. We chose to build our language to built on top of Go.
For front-end:
npm install
npm start
or
yarn install
yarn start
For back-end:
Linux/MacOS Users:
cd backend/
./setup.sh
Windows Users:
cd backend/
./setup.bat