birth-weather, a website to check the weather data on your birth date
Website developed with HTML, CSS, Javascript, React and Styled Components. Assets are bundled with Webpack. Application is run on Netlify. Data is pulled from Open-Meteo APIs
Clone the project
git clone git@github.com:maricalmer/maricalmer.github.io.git my-project
Go to the project directory and remove git logs
cd my-project
rm -rf .git
Install dependencies
bundle install
yarn install
Make sure you have ./node_modules/.bin in your $PATH:
echo $PATH
# You should see `./node_modules/.bin` in the list
If it's not the case, add it:
cd ~/code/dotfiles/<your_github_nickname>
echo 'export PATH="./bin:./node_modules/.bin:${PATH}"' >> zshrc
cd ~/code/<your_github_nickname>/my-project
source ~/.zshrc
Start the server
yarn start