An open API service indexing awesome lists of open source software.

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

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
```