This application was generated using Next.js.
Before you can build this project, you must install and configure the following dependencies on your machine:
- [Node.js][]: We use Node to run a development web server and build the project. Depending on your system, you can install Node either from source or as a pre-packaged bundle.
git clone https://github.com/thetpaing9891/codigo.git
cd codigo
npm install
Inside the newly created project, you can run the development server built-in commands:
npm run dev
# or
yarn dev
Runs the app in development mode. Open http://localhost:3000 to view it in the browser.
To build the application for production, run:
npm run build
[https://codigo-next-js.herokuapp.com/](https://codigo-next-js.herokuapp.com/)