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.
Before you begin, ensure you have met the following requirements:
- Node.js version 20
- npm or yarn (Node package managers)
- Git (version control system)
First, clone the repository to your local machine using Git.
git clone git@github.com:Iank-code/SIL-2.0.git
cd SIL-2.0
Install the project dependencies using npm
npm install
Create a .env.local
file in the root directory and add your environment variables.
NEXT_PUBLIC_SERVER_URL="https://jsonplaceholder.typicode.com"
GOOGLE_CLIENT_ID="<YOUR GOOGLE CLIENT ID>"
GOOGLE_API_SECRET="<YOUR GOOGLE API SECRET>"
Start the development server.
npm run dev
After setting up, you can access the application at http://localhost:3000
For project management and task tracking, please refer to my Trello board: Project Trello Board
This project is licensed under the MIT License. See the LICENSE file for more information.