https://github.com/jadedblueeyes/tabey
A new tab page you'll enjoy.
https://github.com/jadedblueeyes/tabey
Last synced: 3 months ago
JSON representation
A new tab page you'll enjoy.
- Host: GitHub
- URL: https://github.com/jadedblueeyes/tabey
- Owner: JadedBlueEyes
- Created: 2019-12-27T18:50:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:16:35.000Z (over 2 years ago)
- Last Synced: 2023-08-01T10:24:30.943Z (almost 2 years ago)
- Language: CSS
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tabey
> ⚠️ Warning ⚠️
> Super duper beta no grantees about anything at all, let alone it working.## Development
### Prerequisites
A currently supported version of Node.js and NPM must be installed.
[Parcel](https://parceljs.org/getting_started.html) must be installed.
### Dev build
```bash
cp src/manifest.json dist/manifest.json&cp -r icon/* dist&parcel src/*.html
```Output will be in `dist` directory.
### Prod build
```bash
parcel build src/*.html
cp src/manifest.json dist/manifest.json
cp -r icon/* dist
```Output will be in `dist` directory.