Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antazo/globstark

Project "Globstark".
https://github.com/antazo/globstark

Last synced: 9 days ago
JSON representation

Project "Globstark".

Awesome Lists containing this project

README

        

# Project "Globstark"

This project uses GoLang, WebAssembly (WASM) and containers.

## Requirements

[golang](https://go.dev/doc/install)
[rustup](https://www.rust-lang.org/tools/install)
[wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)

## Documentation

### Initialize the Go Module

```bash
cd globstark
go mod init github.com/antazo/globstark
```

### Build and Run the Containers

```bash
docker-compose up --build
```