cendyne / bread

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bread.


Would you like to contribute?

Open this up in VS Code, use the remote containers extension with docker and you should be set up to run!

First run jpm build to build the C component, then you can get onto running the main application.

In a container terminal (within the container), run janet main.janet and you should be able to reach the application at http://localhost:8000 This process does not auto-reload, so ctrl+C and re-run to take on any changes.

Should you wish to change the port, set the PORT environment variable like so: PORT=9999 janet main.janet.

You'll know if you're in the container if it says vscode -> /workspaces/bread in the console.

About

License:MIT License


Languages

Language:TypeScript 66.6%Language:Python 11.9%Language:C++ 7.7%Language:CSS 6.3%Language:C 2.9%Language:JavaScript 2.6%Language:Rust 1.9%Language:Shell 0.2%