An interpreted language with custom editor and runtime environment
# 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
# 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.