Giter Site home page Giter Site logo

schultetwin / interrupt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from memfault/interrupt

0.0 0.0 0.0 178.39 MB

A community for embedded software makers.

Home Page: https://interrupt.memfault.com

License: Other

Shell 0.09% JavaScript 0.30% Ruby 0.06% C++ 1.28% Python 0.57% C 79.45% Lua 0.39% Assembly 0.73% Rust 0.03% CSS 0.02% RobotFramework 0.01% Makefile 2.77% HTML 9.93% CMake 0.09% GDB 0.01% Dockerfile 0.05% SCSS 0.43% ZAP 3.80% SWIG 0.01%

interrupt's Introduction

Interrupt is a community for embedded software makers and professionals alike.

Contributing

Interrupt welcomes submissions on embedded software topics.

Prior to getting in touch, you should get yourself acquainted with our Code of Conduct.

To submit your content, either email us at [email protected], or open a pull request!

See Contributing for more information.

Running

Docker (Recommended)

Follow the instructions in the Install Docker Engine according to your operating system.

Clone the repo, run in docker:

$ git clone https://github.com/memfault/interrupt.git
$ cd interrupt
$ ./interrupt-server.sh

You can now access the server at http://0.0.0.0:4000

Locally

You'll need:

  • Python 3.8 or later
  • Ruby 2.7.7

Install Dependencies

Clone the repo and install Python dependencies:

$ git clone https://github.com/memfault/interrupt.git
$ cd interrupt
# Setup a virtual environment to avoid cluttering your system
$ python3 -m venv .venv
# Activate the environment
$ source .venv/bin/activate
$ pip install -r requirements.txt

The virtual environment can be deactivated with deactivate.

We highly recommend setting up a version manager for Ruby, such as rbenv. Follow the instructions here to set it up for your operating system and install the right version of Ruby.

Install Ruby dependencies:

# Check that your Ruby version is correct
$ ruby -v
$ bundle install

Launch

Serve with the following command, which will also open up the site in your browser:

$ bundle exec jekyll serve --drafts --livereload --open-url

Acknowledgements

Interrupt is based on the Emerald theme by Jacopo Rabolini. Emerald is available on Github.


Interrupt is sponsored and edited by Memfault.

interrupt's People

Contributors

tyhoff avatar franc0is avatar noahp avatar chrisc11 avatar kingfelix avatar gminn avatar bkmxer avatar bahildebrand avatar sophiekovalevsky avatar geekigirlx avatar collhar avatar mnaberez avatar ejohnso49 avatar lmapii avatar sarfata avatar antonilchuk avatar mrcljx avatar fouge avatar victorbordo avatar dependabot[bot] avatar zamuhrishka avatar dauc avatar ivanvnucec avatar mihajlonesic avatar milesfrain avatar koisto avatar bernardfitch avatar caliwritergirl avatar ncmiller avatar stawiski avatar

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.