WEA (web entrepreneur assitance) It is a web application that serves as a platform for people who work independently and promotes interaction with potential customers, as well as hosting companies interested in improving their staff, in order to improve the conditions of people and promote formal employment in Colombia.
Here is a summary of the technologies, libraries or frameworks used for the creation of the application.
- node Install node js
- npm
npm install npm@latest -g
node js
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
We use Conventional commits to keep a better track of all the history of changes.
In order to contribute to the project you shall fork the repo and create pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
We owe special acknowledgement to those resources that in one way or another have been very helpful in the development of this project.