https://github.com/mithi/underconstruction
mithi.dev Under Construction placeholder
https://github.com/mithi/underconstruction
Last synced: about 2 months ago
JSON representation
mithi.dev Under Construction placeholder
- Host: GitHub
- URL: https://github.com/mithi/underconstruction
- Owner: mithi
- Created: 2023-11-18T16:26:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T05:35:18.000Z (over 2 years ago)
- Last Synced: 2025-01-10T09:42:56.022Z (over 1 year ago)
- Language: CSS
- Homepage: https://www.mithi.dev
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mithi's Under Construction Placeholder Site
## Notes
With `nvm` and use node 18 or 20 | https://github.com/nvm-sh/nvm
```
$nvm use 20
Now using node v20.9.0 (npm v10.1.0)
```
Bun | https://bun.sh/
```
$ bun --version
1.0.12
```
Scaffold project
```
$ bunx create-vite underconstruction --template vanilla
```