https://github.com/levonium/drim.io
My personal website
https://github.com/levonium/drim.io
Last synced: 4 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/levonium/drim.io
- Owner: levonium
- Created: 2019-11-09T20:00:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T16:50:32.000Z (about 1 year ago)
- Last Synced: 2025-10-25T09:06:33.797Z (8 months ago)
- Language: HTML
- Homepage: https://drim.io
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# drim.io
My personal website
No framework, just simple PHP files for local development.
```sh
# development: just css, no build process for JavaScript
npm run css-watch
```
Once done and ready to deploy, run:
```sh
# css
npm run css-build
# bundle for deployment
npm run build
```
This will run a PHP script that will generate a static `index.html` file in the `dist` directory.
It will also copy all necessary files to `dist`.
Then you just drag and drop the dist directory in Netlify dashboard :-)