All Projects → youzan → Show Me The Code

youzan / Show Me The Code

Licence: mit

Programming Languages

typescript
32286 projects

Show Me The Code www.icode.live

Talk is cheap. Show me the code. —— Linus Torvalds

Features

  • Real time multi user editing.
  • View execution result immediately.
  • Lightweight. Everything runs inside browser.

Browser compatibility

Since this is for developers, latest web features are used and only latest versions of modern browsers are supported.

Development

Server is based on Phoenix. Development guides here. UUID support is required for DBMS.

Client browser app is based on Angular. Run npm run proto:gen first to generate protobuf files. Remember to run this script every time client/serializers/*.proto is changed.

Deployment

Use npm run build to build. Then deploy every thing in dist to a static file server such as Nginx or your CDN.

Refer here for server deployment.

Remember to change origin check in config/prod.exs

License

Project licensed under MIT license, feel free to enjoy and participate in Open Source.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].