Skip to content

A programming language and editor for "Coding Newborns" (CSE 442 Project)

Notifications You must be signed in to change notification settings

liamgens/BuckNaked

Repository files navigation

Buck Naked

An interpreted language with custom editor and runtime environment

Prerequisites

# clone respository
git clone https://github.com/liamgens/BuckNaked.git

Windows users will need to install Node from https://nodejs.org/en/

# install package manager npm (Ubuntu)
sudo apt-get install -f npm

# install package manager npm (Mac)
brew install node

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue@80dc2ec using vue-cli. Documentation about the original structure can be found here.

About

A programming language and editor for "Coding Newborns" (CSE 442 Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •