Giter Site home page Giter Site logo

scribouilli

Scribouilli est un outil pour créer un petit site facilement. L'intention, c'est de permettre à des non-informaticiennes de créer un petit site rapidement / facilement et d'avoir une relation saine et sereine avec son contenu.

Installation

  • Ouvrir un terminal
  • Récupérer le repo git clone [email protected]:lechappeebelle/scribouilli.git dans le dossier qui va bien
  • Rentrer dans le dossier scribouilli
  • Faire npm install
  • Builder le projet avec npm run dev
  • Lancer le projet avec npm start dans un autre terminal
  • Ouvrir dans votre navigateur préféré http://localhost:8080/

Développement

  • Forker le repo sur votre compte
  • Modifier les settings
    • Donner les droits en écriture a github action
    • Pour déployer la branche online
  • Ajouter votre origine github pages (ex: yaf.github.io) dans Scribouilli/toctoctoc/allowlist.csv

Voilà à quoi ça peut ressembler : github.com/yaf/scribouilli

Une fois les développements réalisés, vous pouvez faire une PR dans Scribouilli, en précisant votre url de développement pour que l'on puisse tester la modification.

Outils de développement

Des pre-commit hooks sont installés automatiquement avec husky. Si jamais il sont trop contraignants, il est possible de les ignorer avec l'option --no-verify de git commit.

Vous pouvez également lancer les tests en local avec :

npm run test

Note

Pour rendre accessible une nouvelle route :

  • créer un lien symbolique qui pointe vers index.html ;
    • ln -s index.html <ma-route.html>
  • créer la route dans [assets/scripts/scripts.js]

Schema

sequenceDiagram;
    participant A as Scribouilli
    participant B as Service d'identification OAuth
    participant C as toctoctoc
    participant D as Mon Compte GitHub
    A->>B: Demande l'authentification à
    B->>C: Vérifie les clefs auprès de
    C->>B: Montre les infos à
    B->>A: Donne son feu vert à
    A->>D: Peut utiliser
  • Service d'identification OAuth : le service OAuth actuellement implémenté est celui de GitHub. On va intégrer prochainement GitLab.
  • toctoctoc : un serveur générique qui permet de se connecter à un service d'identification OAuth.

Ressources

scribouilli's Projects

scribouilli doesn’t have any public repositories yet.

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.