This project provides a basic expression language template for storing and fetching expressions/data on a network.
This project uses languages that are compatible with Deno. Please ensure any language you use is compatible with Deno.
This project uses Node.js modules. To use these modules with Deno, you will need a Node compatibility layer or a module that allows Deno to use Node.js modules, such as node_bundler
or denoify
.
- Install Deno: Instructions can be found at Deno Installation Guide
- Install Node.js: Instructions can be found at Node.js Download Page
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd <project-directory>
- Install dependencies:
deno install
Provide instructions on how to use your project.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Include information about the license here.