{"id":13558467,"url":"https://github.com/padagraph/PadagraphFoldr","last_synced_at":"2025-04-03T13:31:13.409Z","repository":{"id":90038949,"uuid":"130613462","full_name":"padagraph/PadagraphFoldr","owner":"padagraph","description":"clone of HackFoldr for padagraph","archived":false,"fork":false,"pushed_at":"2018-06-29T23:54:24.000Z","size":2007,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-04T09:37:20.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/padagraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-04-22T22:36:47.000Z","updated_at":"2019-02-15T13:36:51.000Z","dependencies_parsed_at":"2023-04-04T13:47:09.930Z","dependency_job_id":null,"html_url":"https://github.com/padagraph/PadagraphFoldr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padagraph%2FPadagraphFoldr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padagraph%2FPadagraphFoldr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padagraph%2FPadagraphFoldr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padagraph%2FPadagraphFoldr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padagraph","download_url":"https://codeload.github.com/padagraph/PadagraphFoldr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247009562,"owners_count":20868568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:04:58.292Z","updated_at":"2025-04-03T13:31:13.154Z","avatar_url":"https://github.com/padagraph.png","language":"Scala","readme":"# Introduction\n\nThis project is a clone of g0v's Hackfoldr. \nIt is designed to fit the needs of Padagraph.io an to be more easily customisable.\n\nWritten in ScalaJS, all the code runs on the client side\n\n# Getting started \n\nAll you need to start is [sbt](https://scala-sbt.com)\n\nclone the repository\n\n```\n$ git clone git@github.com:padagraph/PadagraphFoldr.git\n```\n\ngo to the root of the repo and run sbt\n\n```\n$ cd PadagraphFoldr\n$ sbt\n```\n\nfrom sbt shell, run  `fastOptJS` to build the dev version of the js\nOr `fullOptJS` for production.\n\n\nOnce the js file is compiled, it will be located in the `target/scala-2.12/` directory. \n\n# Hosting \n\nSet the path in the `index.html` file according to your production setup.\n\nFor the routes to be analysed properly,  the webserver needs to be configured to serve `index.html` for any subpath of the app (except for static files)\n\nHere is an example of configuration for an nginx server used during development\n\n```\nserver {\n        listen   80;\n        server_name  some_name; # (set it in /etc/hosts)\n        access_log  /tmp/access.log;\n        error_log  /tmp/error.log debug;\n\n        root \u003cpath to\u003e/PadagraphFoldr/target/scala-2.12;\n\n        location / {\n                # autoindex on;\n                try_files $uri $uri/ /classes/index.html;\n        }\n}\n\n```\n\nTODO: show how to host directly from github pages\n","funding_links":[],"categories":["Scala","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadagraph%2FPadagraphFoldr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadagraph%2FPadagraphFoldr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadagraph%2FPadagraphFoldr/lists"}