{"id":15167207,"url":"https://github.com/evasio/prelaunch-landing-page","last_synced_at":"2026-01-13T23:53:49.686Z","repository":{"id":62503163,"uuid":"104561499","full_name":"evasio/prelaunch-landing-page","owner":"evasio","description":"[ARCHIVED] Pre-launch landing page - live preview: https://www.evasioapp.com","archived":true,"fork":false,"pushed_at":"2018-05-08T22:57:30.000Z","size":20,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T13:34:48.553Z","etag":null,"topics":["bootstrap","evasio","landing","landing-page","mysql","nette","nette-application","nette-framework","php","pre-launch","skeleton-application"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/evasio.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}},"created_at":"2017-09-23T11:06:15.000Z","updated_at":"2024-07-17T04:27:17.000Z","dependencies_parsed_at":"2022-11-02T12:15:51.072Z","dependency_job_id":null,"html_url":"https://github.com/evasio/prelaunch-landing-page","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/evasio/prelaunch-landing-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasio%2Fprelaunch-landing-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasio%2Fprelaunch-landing-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasio%2Fprelaunch-landing-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasio%2Fprelaunch-landing-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evasio","download_url":"https://codeload.github.com/evasio/prelaunch-landing-page/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasio%2Fprelaunch-landing-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap","evasio","landing","landing-page","mysql","nette","nette-application","nette-framework","php","pre-launch","skeleton-application"],"created_at":"2024-09-27T05:41:41.295Z","updated_at":"2026-01-13T23:53:49.671Z","avatar_url":"https://github.com/evasio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pre-launch Landing Page\n=======================\n\nSimple pre-launch landing page application using the [Nette](https://nette.org) and sample [Bootstrap 4](http://getbootstrap.com) template. \n\nFeatures\n--------\n\n- [x] Sign up with email\n- [x] Referrals\n- [x] Share to social channels\n\nPreview ([LIVE](https://www.evasioapp.com))\n-------\n\n![Preview build with sample Bootstrap 4 template](https://i.imgur.com/gQk5TAB.png)\n\nRequirements\n------------\n\n* PHP 5.6 or higher\n* MySQL/MariaDB\n* [Composer](https://getcomposer.org/)\n\n\nInstallation\n------------\n\nThe best way to install this application is using Composer:\n\n```bash\ncomposer create-project evasio/prelaunch-landing-page path/to/install\ncd path/to/install\n```\n\nManual installation:\n\n```bash\ngit clone git@github.com:evasio/prelaunch-landing-page.git\ncd prelaunch-landing-page\ncomposer install\n```\n\nExecute SQL query from `database/schema.sql` to create `signup` table.\n\nReplace `\u003cDATABASE\u003e`, `\u003cUSER\u003e` and `\u003cPASSWORD\u003e` with correct values in `app/config/config.local.neon`.\n\nMake directories `temp/` and `log/` writable.\n\nCustomize text in `app/presenters/HomepagePresenter.php` and templates in `app/presenters/templates/Homepage/`.\n\n\nWeb Server Setup\n----------------\n\nThe simplest way to get started is to start the built-in PHP server in the root directory of your project:\n\n```bash\nphp -S localhost:8000 -t www\n```\n\nThen visit `http://localhost:8000` in your browser to see the welcome page.\n\nFor Apache or Nginx, setup a virtual host to point to the `www/` directory of the project and you\nshould be ready to go.\n\n**It is CRITICAL that whole `app/`, `log/` and `temp/` directories are not accessible directly\nvia a web browser. See [security warning](https://nette.org/security-warning).**\n\nNotice: Composer PHP version\n----------------------------\n\nThis project forces `PHP 5.6` as your PHP version for Composer packages. If you have newer version on production you should change it in `composer.json`.\n\n```json\n\"config\": {\n\t\"platform\": {\n\t\t\"php\": \"5.6\"\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevasio%2Fprelaunch-landing-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevasio%2Fprelaunch-landing-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevasio%2Fprelaunch-landing-page/lists"}