|
1 |
| -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). |
| 1 | +# SIL 2.0 |
2 | 2 |
|
3 |
| -## Getting Started |
| 3 | +## Table of Contents |
4 | 4 |
|
5 |
| -First, run the development server: |
| 5 | +- [Introduction](#build-your-own-introduction) |
| 6 | +- [Prerequisites](#build-your-own-prerequisites) |
| 7 | +- [Setup Instructions](#build-your-own-setup-instructions) |
| 8 | +- [Running the Application](#build-your-own-running-the-application) |
| 9 | +- [Trello Board](#build-your-own-trello-board) |
| 10 | +- [License](#build-your-own-license) |
6 | 11 |
|
7 |
| -```bash |
8 |
| -npm run dev |
9 |
| -# or |
10 |
| -yarn dev |
11 |
| -# or |
12 |
| -pnpm dev |
13 |
| -# or |
14 |
| -bun dev |
15 |
| -``` |
| 12 | +# Build your own `Introduction` |
16 | 13 |
|
17 |
| -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
| 14 | +This documentation provides a comprehensive guide on how to set up and run the Next.js application. Next.js is a React framework that enables functionality such as server-side rendering and static site generation. |
18 | 15 |
|
19 |
| -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. |
| 16 | +# Build your own `Prerequisites` |
20 | 17 |
|
21 |
| -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. |
| 18 | +Before you begin, ensure you have met the following requirements: |
22 | 19 |
|
23 |
| -## Learn More |
| 20 | +- Node.js (version 12.0 or later) |
| 21 | +- npm or yarn (Node package managers) |
| 22 | +- Git (version control system) |
24 | 23 |
|
25 |
| -To learn more about Next.js, take a look at the following resources: |
| 24 | +# Build your own `Setup Instructions` |
26 | 25 |
|
27 |
| -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. |
28 |
| -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. |
| 26 | +### Step 1: Clone the repository |
29 | 27 |
|
30 |
| -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! |
| 28 | +First, clone the repository to your local machine using Git. |
31 | 29 |
|
32 |
| -## Deploy on Vercel |
| 30 | + git clone git@github.com:Iank-code/SIL-2.0.git |
| 31 | + cd SIL-2.0 |
33 | 32 |
|
34 |
| -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. |
| 33 | +### Step 2: Install dependencies |
35 | 34 |
|
36 |
| -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. |
| 35 | +Install the project dependencies using npm |
| 36 | + |
| 37 | + npm install |
| 38 | + |
| 39 | +### Step 3: Create Environment Variables |
| 40 | + |
| 41 | +Create a `.env.local` file in the root directory and add your environment variables. |
| 42 | + |
| 43 | + NEXT_PUBLIC_SERVER_URL="https://jsonplaceholder.typicode.com" |
| 44 | + GOOGLE_CLIENT_ID="<YOUR GOOGLE CLIENT ID>" |
| 45 | + GOOGLE_API_SECRET="<YOUR GOOGLE API SECRET>" |
| 46 | + |
| 47 | +### Step 4: Run the application |
| 48 | + |
| 49 | +Start the development server. |
| 50 | + |
| 51 | + npm run dev |
| 52 | + |
| 53 | +# Build your own `Running the Application` |
| 54 | + |
| 55 | +After setting up, you can access the application at `http://localhost:3000` |
| 56 | + |
| 57 | +# Build your own `Trello Board` |
| 58 | + |
| 59 | +For project management and task tracking, please refer to my Trello board: [Project Trello Board](https://trello.com/b/GgF8qU5t/savannah-informatics-frontend-developer) |
| 60 | + |
| 61 | +# Build your own `License` |
| 62 | + |
| 63 | +This project is licensed under the MIT License. See the LICENSE file for more information. |
0 commit comments