Skip to content

jachinte/coffee-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Playground for the Coffee domain-specific language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published