Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 936 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 936 Bytes

Coffee Playground

This is a playground to try the Coffee language with different compilers.

Screenshot

Coffee Playground

Running the playground locally

To run and compile this project you need to install NodeJS and yarn. You could also use npm instead of yarn, which comes with Node.

First, install the dependencies:

yarn # or npm install

And then run the development server:

yarn start # or npm start

Compiling from sources

First, install the dependencies. Then, generate the production files:

yarn build # or npm run build

The files are generated in the build directory.

Questions?

If you have any questions about the Coffee playground, or something doesn't work as expected, please submit an issue here.