Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ run `npm develop` or `gatsby develop`
Your site must be visible at
`http://localhost:8000`


## After Running the Project

After starting the development server, the application loads a default
homepage that renders an `ExamplePage` component.

This page intentionally displays a placeholder message asking developers
to edit `pages/index.js`. This behavior serves as a starting point and
confirms that the setup was successful.

New contributors can replace this placeholder with their own components
or layouts as they begin building with Webiu.


## About The NPM Package

The webiu components now have a seperate dedicated npm-package which increases its reach to the developers. It has all the components exported and can be easily plugged into your next project. It is highly recommended to install and use the package:
Expand Down