Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sky0621/c44180c
Next.js->CloudRun
https://github.com/sky0621/c44180c
Last synced: about 1 month ago
JSON representation
Next.js->CloudRun
- Host: GitHub
- URL: https://github.com/sky0621/c44180c
- Owner: sky0621
- Created: 2023-07-11T15:37:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T13:56:20.000Z (about 1 year ago)
- Last Synced: 2023-10-17T05:05:35.129Z (about 1 year ago)
- Language: TypeScript
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c44180c
## env
### Node.js
```
❯ node -v
v20.5.0
``````
❯ pnpm -v
8.8.0
```## create project
```
```
## Getting Started
```bash
pnpm dev
```Open http://localhost:3000
## library in use
### Ant Design
```
pnpm install antd
```### Prettier
```
pnpm install --save-dev --save-exact prettier
```### reset.css
https://github.com/mayank99/reset.css
```
pnpm install @acab/reset.css
```### ethers.js
https://docs.ethers.org/v6/
```
pnpm install ethers
```### hardhat
https://hardhat.org/
```
pnpm install --save-dev hardhat
```