From 2f48e5eff79dd6fdb3412df2e4ae470003586832 Mon Sep 17 00:00:00 2001 From: InversionSpaces Date: Tue, 16 May 2023 19:28:13 +0200 Subject: [PATCH] Removed readme --- README.md | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 5a4c1cc..0000000 --- a/README.md +++ /dev/null @@ -1,48 +0,0 @@ -# Aqua playground - -Repository demonstrating the how to start writing aqua and integrate it into a typescript application - -## Getting started - -**Warning: java is required to be installed in order to use aqua compiler** - -Install dependencies - -``` -npm install -``` - -To compile the aqua files execute - -``` -npm run compile-aqua -``` - -To start the `index.ts` execute - -``` -npm run run -``` - -To run all examples in `example` directory -``` -npm run exec -``` - -If everything works correctly logs without errors will be printed on a screen: - -Then you can add or modify `aqua` files in `aqua` directory, these files will be compiled into `/src/compiled` and you can use it in a TypeScript in your preferable way. - -## Project structure - -Aqua source files are located in `src/aqua`directory. - -Aqua files are compiled into .ts located in `/src/compiled` directory. - -Entry point to use aqua compiled files from TypeScript: `/src/index.ts` - -Code that call all examples and check results: `/src/run-examples.ts` - -## References - -\- Documentation for the compiler can be found in the official repo: https://github.com/fluencelabs/aqua \ No newline at end of file