Go to file
LIANG Sidi ab199ecfce
Docker Image CI / Push Docker image to Docker Hub (push) Has been cancelled Details
Update LICENSE
2025-06-06 00:40:34 +08:00
.github/workflows CI: also push updates in dev branch 2025-02-07 19:38:07 +08:00
app/nasal-web-app chore: bump version number 2025-02-11 14:26:08 +08:00
lib Lib: update 2025-02-11 14:00:12 +08:00
stl add .gitignore & update test/lib file 2025-02-04 00:02:37 +08:00
.dockerignore Update nodejs package and Docker 2025-02-04 00:02:38 +08:00
.gitignore Docker: fix dockerfile; Backend: fix version number undefined 2025-02-07 18:49:30 +08:00
.gitmodules feat: Add Nasal-Interpreter submodule 2025-02-04 00:02:38 +08:00
Dockerfile Docker: Fix docker file 2025-02-07 19:36:12 +08:00
LICENSE Update LICENSE 2025-06-06 00:40:34 +08:00
README.md Update Readme 2025-02-05 16:56:10 +08:00
docker-compose.yml Chore: Update docker compose file 2025-02-06 21:59:49 +08:00

README.md

Nasal Online

Run your Nasal code online!

This project is based on:

Clone

git clone --recurse-submodules https://github.com/sidi762/NasalOnline.git

Update

git submodule update --init --recursive

Docker Build

Use this command to build from Dockerfile.

docker build -t nasal-online .

Run:

docker run -p 3000:3000 nasal-online

Then if want to debug by using /bin/bash, try this:

docker run -it nasal-online /bin/bash