GithubHelp home page GithubHelp logo

anki-web's Introduction

Reflex Logo Reflex Logo

✨ Performant, customizable web apps in pure Python. Deploy in seconds. ✨

PyPI version tests versions Documentation Discord

Overview

A public repository which contains the source code of the reflex.dev website.

  • It's built with Reflex, a framework to build web apps in pure Python.
  • You can find everything related to Reflex at reflex.dev.

About Reflex

Reflex is a full-stack web framework that allows developers to build their app in pure Python, and deploy with a single command. Its open-source core framework ensures flexibility for projects of any scale. Explore the future of web development at reflex.dev.

Requirements

The only requirement is that you have installed Python 3.8 or higher in your local machine.

Setup Locally

  1. Fork this repository by clicking on the Fork button on the top right.

  2. Clone the forked repository to your local machine.

    git clone https://github.com/<USERNAME>/reflex-web.git
  3. Navigate to the project directory.

    cd reflex-web
  4. Create a virtual environment.

    python3 -m venv venv
  5. Activate the virtual environment.

    source venv/bin/activate
  6. Install the dependencies.

    python -m pip install -r requirements.txt
  7. Initialize the reflex project.

    reflex init
  8. Run the project.

    reflex run

    Open the browser and go to http://localhost:3000/ to see the website.

Contributing

We welcome contributions of any size! Below are some good ways to get started in the Reflex community.

  • Join Our Discord: Our Discord is the best place to get help on your Reflex project and to discuss how you can contribute.
  • GitHub Discussions: A great way to talk about features you want added or things that are confusing/need clarification.
  • GitHub Issues: Issues are an excellent way to report bugs. Additionally, you can try and solve an existing issue and submit a PR.

We are actively looking for contributors, no matter your skill level or experience. To contribute check out CONTIBUTING.md

License

Reflex is open-source and licensed under the Apache License 2.0.

anki-web's People

Contributors

picklelo avatar alek99 avatar masenf avatar tgberkeley avatar elijahahianyo avatar lendemor avatar martinxu9 avatar jackie-pc avatar kbrgl avatar r0b2g1t avatar milochen0418 avatar jsquaredosquared avatar funprogrammer89 avatar peteryusuke avatar divin avatar invrainbow avatar tudorandrei-pythia avatar tankztz avatar tedmiston avatar sinnytk avatar siddhantgoel avatar jq6l43d1 avatar roseskullixvi avatar imyhui avatar kasun avatar justincmoy avatar joey40 avatar jqwez avatar heetvekariya avatar djgalvan 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.