https://github.com/uintdev/uintdev_web
Modular main website, with bundled goodness.
https://github.com/uintdev/uintdev_web
scss static-site typescript webpack website
Last synced: 3 months ago
JSON representation
Modular main website, with bundled goodness.
- Host: GitHub
- URL: https://github.com/uintdev/uintdev_web
- Owner: uintdev
- License: mit
- Created: 2020-07-10T23:59:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T22:37:18.000Z (11 months ago)
- Last Synced: 2025-02-23T23:26:27.189Z (11 months ago)
- Topics: scss, static-site, typescript, webpack, website
- Language: SCSS
- Homepage: https://uint.dev
- Size: 4.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uintdev web
This is the source code of the Node.js application behind bundling assets for the website [uint.dev](https://uint.dev/).
This website is hosted using Cloudflare Workers.
## Setup
### CLI
Ideally, PNPM would be used. The usual NPM should work, if that is of preference.
```bash
# Install modules (initial setup)
pnpm install
# (Re)build distribution files from 'src/'
pnpm run build
```
### Web server
For the web server of your choice, point the document root for the virtual host to the `dist/` directory (or its results) that was created from the build process.
## Licensing
The [MIT license](LICENSE) is used for this project. The font is under [Apache 2.0](src/assets/sass/fonts/LICENSE.txt) -- more details can be found [here](https://fonts.google.com/specimen/Roboto+Mono).