https://github.com/daniel-keogh/start-page
A custom start page for a browser
https://github.com/daniel-keogh/start-page
css javascipt js sass start-page startpage startpages vanilla-javascript
Last synced: 7 months ago
JSON representation
A custom start page for a browser
- Host: GitHub
- URL: https://github.com/daniel-keogh/start-page
- Owner: daniel-keogh
- License: mit
- Created: 2020-07-20T13:50:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T17:35:10.000Z (over 4 years ago)
- Last Synced: 2023-03-07T06:01:52.165Z (over 2 years ago)
- Topics: css, javascipt, js, sass, start-page, startpage, startpages, vanilla-javascript
- Language: SCSS
- Homepage: https://daniel-keogh.github.io/start-page/
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Start Page
A custom start page for a browser.
## Build
```sh
npm run build
```The build files are placed into the `dist/` folder.
## Dev Server
```sh
npm start
```