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

https://github.com/rawnly/template-next-rust-monorepo


https://github.com/rawnly/template-next-rust-monorepo

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Template Monorepo
A repo template to fast-forward a new project using rust and next.js

## Usage
Clone this repo and change the git origin as the following:

```
git clone git@github.com/rawnly:template-next-rust-monorepo
git remote remove origin
git remote origin add
```