Clone this repository to your machine.
git clone https://github.com/zuri-training/auth_wiki_team_1_project
Check into the frontend folder by using the command cd frontend
Run npm install
to install all dependencies necessary for running the application
Run npm run dev
to start the development server. This will start the dev environment on http://localhost:3000
Please follow the contributors' guide below to learn how to contribute to the project
- Clone this repository to your machine.
- Create a new branch.
- Switch to the branch and make all changes on that branch.
- Commit changes to the branch and push to the repository.
- Come back to to the repository and open a pull request on the main branch.
- Link the pull request with your issue.
- Do not merge your pull request yourself. Wait for review and merging.
Notes: Check here for further guides on how to contribute
Prefix env variables with NEXT_PUBLIC to make it findable by the node environment