Skip to content

polgfred/startlang

Repository files navigation

Nutshell

This is an early Alpha release. Docs, tests, and a more comprehensive guide will be coming online soon.

Read the Language Reference!

Setup

It's just a simple Next app! the only dependency to run it on your machine is NodeJS.

Alternatively, if you want to use Docker devcontainers, you can:

Install packages:

$ npm install

Run the app:

$ npm run dev

Run a REPL:

$ npm run repl

Run a script:

$ npm run script -- path/to/script.start

Production

  • Install Docker
  • Clone the repository to your machine

Build and run the docker container:

$ docker build --tag startlang:latest .
$ docker run -it --rm -p 3000:3000 startlang:latest

About

⭐ Beginning Programming Environment - Start Here!

Resources

Stars

Watchers

Forks