https://github.com/boostio/homepage
BoostIO Homepage
https://github.com/boostio/homepage
nextjs react
Last synced: 8 months ago
JSON representation
BoostIO Homepage
- Host: GitHub
- URL: https://github.com/boostio/homepage
- Owner: BoostIO
- Created: 2018-02-06T14:18:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T22:43:41.000Z (about 3 years ago)
- Last Synced: 2025-05-07T17:13:43.511Z (8 months ago)
- Topics: nextjs, react
- Language: JavaScript
- Homepage: https://boostio.co
- Size: 19.7 MB
- Stars: 11
- Watchers: 5
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Boostio.github.io
## Development
```
npm i
npm run dev
```
Go to `http://localhost:3000`.
## Deployment
Build stuff.
```
npm run build
```
Serve the compiled page. `http://localhost:8080`
```
npm start
```
Deploy it to github page! 🚀
```
npm run deploy
```
Deploy it to now.sh
```
cd out
now
```
Then, you will see the end point of the deployment.
```
> Deploying ~/Code/Homepage/out under boost
> Ready! https://out-${SOME_RANDOM_HASH}.now.sh (copied to clipboard) [5s]
> Synced 2 files (260.07KB) [5s]
> Deployment complete!
```
And run `now alias` like the below.
```
now alias https://out-${SOME_RANDOM_HASH}.now.sh boostio.co
```
> After deploying, `https://out-${SOME_RANDOM_HASH}.now.sh` is already saved to your clipboard. So, you can just paste it without copying.
## Copyright
©2020 BoostIO.