Giter VIP home page Giter VIP logo

autostep.editor's Introduction

This repo is 'frozen', in that no active development is taking place. It has been effectively superseded by the VSCode Extension.

AutoStep.Editor

This repository contains the Editor and User Interface for writing and managing AutoStep tests.

This project uses the AutoStep Core functionality library for compilation and linking (https://github.com/autostep/AutoStep).

The UI is built using Blazor, and the underlying code editor is Monaco.

Work is still in the early stages, but here's an example of the live syntax highlighting and compilation in action:

editor

Building the Editor

To build the editor, you will need the .NET SDK Version 3.1.100.

You will also need a node installation (for running webpack), version 12+.

Once you've cloned the repository, you should just be able to build and then run the server project:

dotnet build
dotnet run --project .\src\Server\

The build process wil include a webpack build of the Monaco and application bundles that are needed.

Navigate to http://localhost:5000 in your browser, and you should hopefully see the editor!

Cross Platform

The editor should build and run on all supported .NET Core supported platforms, but please let me know if you have trouble on Linux or Mac.

autostep.editor's People

Contributors

alistairjevans avatar workshopshed avatar

Stargazers

Felix Strauß avatar Rachid avatar Alexander Marek avatar cnefan31 avatar Arkadiusz Tymiński avatar Radek Baczyński avatar Mark Verleg avatar  avatar John Rudden avatar  avatar Eliseo Calderon avatar

Watchers

James Cloos avatar  avatar  avatar John Rudden avatar

autostep.editor's Issues

Editor Build Failed

Pulled all latest files. Built the AutoStep without issue.
Trying to build AutoStep.Editor errors with the following

Store\CodeWindow\ChangeFileEffect.cs(35,35): error CS1061: 'IProjectCompiler' does not contain a definition for 'Compile' and no accessible extension method 'Compile' accepting a first argument of type 'IProjectCompiler' could be found (are you missing a using directive or an assembly reference?) [C:\Users\owner\Desktop\Andy\AutoStep\AutoStep.Editor\src\Client\AutoStep.Editor.Client.csproj]
Store\CodeWindow\CodeChangeEffect.cs(33,35): error CS1061: 'IProjectCompiler' does not contain a definition for 'Compile' and no accessible extension method 'Compile' accepting a first argument of type 'IProjectCompiler' could be found (are you missing a using directive or an assembly reference?) [C:\Users\owner\Desktop\Andy\AutoStep\AutoStep.Editor\src\Client\AutoStep.Editor.Client.csproj]

Build FAILED.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.