This is a web app for Sentir Creativo
To get a local copy up and running follow these simple example steps.
-
Clone the repo
git clone https://github.com/andresfelipe9619/sentir-creativo-web-app.git
-
Open a terminal and go to the server folder
cd server
and create a .env file with your DATABASE_URI
DATABASE_URI=your_uri
-
Install dependencies
yarn install
-
Start the server
yarn develop
-
Open a new terminal and go to the client folder
cd client
-
Install dependencies
yarn install
-
Start the client
yarn start
server
git subtree push --prefix server heroku master
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Clone the Project
-
Make sure you have git configured
git config --global user.name "John Doe" git config --global user.email [email protected]
-
Create your Branch (
git checkout -b amazing-branch
) -
Commit your Changes (
git commit -m 'Add some AmazingFeature'
) -
Push to the Branch (
git push origin amazing-branch
) -
Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.