Skip to content

Commit

Permalink
modified readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Jan 5, 2024
1 parent a35a8fb commit 49d6f69
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7,453 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
## Next.js App Router Course - Final
## HackRU Frontend

This is the final template for the Next.js App Router Course. It contains the final code for the dashboard application.
To get started, you must install `PNpm`, a much faster version of `npm`. You can find instructions on how to install [`PNpm` here](https://pnpm.io/installation).

Then, you can run the following on your terminal.

```
git clone git@github.com:HackRU/frontendv2.git
cd frontendv2
pnpm i
```
In the project folder, you will find a `.env.example` file. Rename this file to `.env` (this must never be pushed to GitHub).

Contact me (Kevin) and I will provide you with the secret API keys to connect to the dummy database.

## Running the dev environment
To run the project locally, type `npm run dev`. Then, you can go to `localhost:3000` on your browser.

We are in the beginning stages of development.

`localhost:3000/`: This is the landing page (where the hero will reside). This is mapped to `/app/page.tsx`.

`localhost:3000/dashboard`: This is the dashboard route. This is mapped to `/app/dashboard/(overview)/page.tsx`.

For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.
Loading

0 comments on commit 49d6f69

Please sign in to comment.