Technologies | Project | Layout | Getting started | How to contribute | License
This project was developed with the following technologies:
Extras:
- Main Libs
- Style
Aircnc is a project that aims to connect companies that want to open spots and developers looking for a place to exchange ideas with devs, get to know the company and work there for a period.
You can download the project layout in .sketch
format through this link.
To open the file in .sketch
format on any operating system use the tool Zeplin.
These instructions will get you a copy of the full project up and running on your local machine for development and testing purposes.
You can view this project immediately at https://diegomais-aircnc.netlify.app.
You will need to install Git and Docker before following the instructions below.
The following steps need to be performed inside a terminal window (Windows user may prefer to use the Windows Terminal but the Command Prompt will also work).
Clone the repository and build Docker images:
git clone https://github.com/diegomais/aircnc.git
cd aircnc
docker-compose build
Use the following command to run all aircnc containers (from within the aircnc directory):
docker-compose up
You can now use the API at http://localhost:3333 and view the Web App in the browser at http://localhost:3000.
With an Android phone, you can load this project immediately at https://expo.io/@diegomais/aircnc.
You will need to install npm or Yarn and Expo CLI before following the instructions below.
Run the instructions bellow inside mobile
directory:
npm install
expo start
or
yarn install
expo start
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m '[feat](scope) My new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
This project is under the MIT license. See the LICENSE for more details.
Made with ❤️ by Diego Mais 👋.