Skip to content

thijsrijkers/BitCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

BitCode


๐Ÿš€ A modern Code Editor.


To use BitCode you need to follow the steps of Developing. BitCode is intended to be a flexible code editor that can be used in the browser aswell as a applicaton. At this moment BitCode is still in development. To get a preview you can clone this repo and build it yourself. We hope that BitCode will be a great source where you can edit your files and make your own projects

Developing

Here's how to install the dependencies and run the editor locally:
$ npm install
$ npm install -g yarn

To run the editor, run:

$ npm start

To build the project, run:

$ yarn build

This will compile all scripts and styles and inline them into a single html file in the build/ folder. It will also create a build/ folder, which makes supporting files for the build.

Supported Languages

Not yet finalized

Planned:

  • HTML
  • JavaScript
  • TypeScript
  • JSON
  • PHP

Storyboard

  - Create project (โœ”)
  - Make a react app (โœ”)
  - Make a basic layout(โœ”)
  - Create option to import file content and save it again
  - Mark code initialization with color
  - Make a application variant
  - Create more storyboard points

Known problems

 -There is only a browser variant
 -The page is not totally functional yet.

Contributing

Contributions to the editor welcome. If you've fixed a bug or implemented a cool new feature that you would like to share, please feel free to open a pull request here.