Skip to content

AdamMomen/app-scaffold

Repository files navigation

Frontend Scaffold for Poet and TAP

This is a frontend scaffold for Poet and TAP. It helps us quickly setup new landings pages and frontends for our projects.

Features

In the future, we'll revisit these two decisions:

  1. We're currently not using Next 13's Layouts due to limited documentation.
  2. We're not using a Git template for now as shallow cloning is faster.

Development

Clone this repo using shallow depth. Replace {{new_directory_name}} with the name of your new directory. Replace {{new_name}} with the name of the new project.

git clone --depth 1 https://github.com/poet-network/app-scaffold {{new_directory_name}} && mv {{new_directory_name}} {{new_name}}

Install dependencies.

yarn install

Check package.json to start developing.

Remove all git history and start fresh.

rm -rf .git && git init

Contributing

See CONTRIBUTING.md for details on how to contribute to this project.

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published