Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/politician/pleasest-homepage
Homepage of https://please.st
https://github.com/politician/pleasest-homepage
Last synced: about 2 months ago
JSON representation
Homepage of https://please.st
- Host: GitHub
- URL: https://github.com/politician/pleasest-homepage
- Owner: politician
- Created: 2019-09-12T06:08:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:30:22.000Z (about 1 year ago)
- Last Synced: 2024-10-18T22:47:59.239Z (3 months ago)
- Language: HTML
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pre-Launch Landing Page
This is just a very simple template to start collecting leads and beta users as soon as possible while you work on your startup.
## Development
Change the variable `POST_URL` in [js/main.js](https://github.com/pleasestack/coming-soon/blob/master/js/main.js#L1)
### Recommendations
Install a simple hot reload server so you can see changes refreshed automatically in the browser window
```sh
npm install -g simple-hot-reload-server
```Optionally, create an alias so you just have to type `serve` in the future.
```sh
echo "alias serve='open http://localhost:8082 && hrs'" >> ~/.bash_profile
source ~/.bash_profile
```