GitXplorerGitXplorer
r

trend

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
30970b992e54555c8039da5767079ab4926795d6

docs(readme): update readme content and add nvmrc

rrockleona committed 6 months ago
Unverified
001b40ef4baff2ae1ea0fb607ef7d5fe8c5f81f5

feat: initial commit for trend

rrockleona committed 6 months ago

README

The README file for this repository.

Trend

made with ❤️ by rockleona

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview