/apuyou.io

🏡 apuyou's home page

Primary LanguageJavaScriptMIT LicenseMIT

Portfolio for apuyou

Netlify Status

Origin

This project was created using the Gatsby Portfolio for developers template.

Structure

.
├── data
│   └── config              # SEO related tags
├── src
│   ├── components          # Components
│   │   │── common          # Common components
│   │   │── landing         # Components used on the landing page
│   │   └── theme           # Header & Footer
│   └── pages               # Pages
└── static                  # Icons, favicon & SVG illustrations

Installing

Installing the dependencies

yarn

Start the dev server

yarn start

Start Netlify dev server

Used to test serverless functions.

npx netlify-cli dev

Clean the cache

This removes the .cache/ & public/ folders

yarn reset

License

This project is licensed under the MIT License - see the LICENSE.md file for details