Coder Social home page Coder Social logo

Low-Level Academy

This repository hosts front-end code for Low-Level Academy, an interactive systems programming course.

Related repositories:

Project structure

The project structure follows the Next.js conventions.

  • pages - this directory contains all static pages.
  • public - static content.
  • components - all React components used in the lessons.
  • playground - code that is based on the Rust playground UI.

Building the website

Before building the website, you might need to setup the environment variables.

Create a file named .env.local and add the following contents:

GITHUB_TOKEN=<your GitHub personal access token>

This token is required for accessing the GitHub GraphQL API. You can create a new token in "Settings".

Run in the development mode:

npm run dev

Build for production:

npm run build

Dependencies

This website depends on WebAssembly modules.

You can find them in the wasm-modules repository, and you will need to build the virtualnet module using the following command:

cargo build --release --target wasm32-unknown-unknown

Then, you will need to place the resulting target/wasm32-unknown-unknown/release/virtualnet.wasm file into the public/ directory to make it work.

Code style

We use the default Prettier code format.

License

Code in this repository is licensed under either of

at your option.

The courses text is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.

You are free to:

  • Share — copy and redistribute the material in any medium or format.
  • Adapt — remix, transform, and build upon the material.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • NonCommercial — You may not use the material for commercial purposes.

  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Low-Level Academy's Projects

lowlevelacademy icon lowlevelacademy

This is the main repository for the website, including the front-end code and all content.

wasm-modules icon wasm-modules

This repository contains WebAssembly modules used in the courses.

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.