himself65 / sound-of-code

Home Page:https://sound-of-code.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound of Code

JavaScript Style Guide

Sound of Code sonifies JavaScript. It enables you to hear your code!

Demo for DS 2017-2018

Vision

The goal of this project is to recreate the core of the CodeMusic program in a way that preserves its visualization of the program and maintains/enhances its speed and parsing ability; it will successfully work on a JavaScript program for debugging purposes through a web interface.

Release Log

RELEASE.md

Scripts

Ensure that all dependencies are installed. (Just run npm install. No packages are needed to be installed globally.)

All defined in the scripts section of package.json

  • npm run build - Builds production. Specifically for publishing purposes.
  • npm run dev - Builds development and watches files for changes. For development use only!
  • npm run lint - Lints source code for Standard Style formatting
  • npm test - Runs unit tests
  • npm run e2e - Runs end-to-end tests

Resources, API descriptions, and other documents related to packages in use are linked in docs/package-resources.md.

For more information about the development environment, please refer to docs/development.

Directories

  • docs - Contains documentation
  • src - Contains the source code for the application
  • static - Contains assets used on the site
  • test - Contains all unit tests to run
  • e2e - Contains all end-to-end tests to run
  • infra - Contains infrastructure code for deployment

About

https://sound-of-code.vercel.app


Languages

Language:JavaScript 68.5%Language:TypeScript 27.4%Language:Less 3.7%Language:HTML 0.2%Language:Dockerfile 0.1%