Skip to content

Commit

Permalink
Merge pull request #3 from rhino-linux/dev
Browse files Browse the repository at this point in the history
rhino website 3.0
  • Loading branch information
ajstrongdev authored Oct 5, 2024
2 parents 73dc42f + 02269fe commit f7f3a86
Show file tree
Hide file tree
Showing 72 changed files with 3,294 additions and 576 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
*.Identifier
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
npx concurrently "pnpm run dev" "npx tailwindcss -i ./src/styles/src/input.css -o ./src/styles/output.css --watch"
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand Down
Loading

0 comments on commit f7f3a86

Please sign in to comment.