Skip to content

design-sparx/museum-art

Repository files navigation

Artboard 1

Museum, art & culture application

Online Demo

About:

This is a web application built using Next Js, template - Typescript.

Available Pages

  1. Home
  2. Visit
  3. Exhibitions
  4. Collections
  5. Support
  6. Donate

Tech Stack:

Dev dependencies

Screenshot

image

Software

Before proceeding, please ensure you have the following software installed on your computer.

  • Node
  • Yarn (optional but recommended)
  • Git command line tools

Useful links

Getting started

Please fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.

Download & Install Dependencies on your machine

Clone the repo to your machine git clone <CloneURL>

Launch the frontend
  1. Open a new terminal window and navigate in your root folder cd <../root> yarn install OR npm install
  2. Run the start script yarn run start OR npm run start

Your app should be running on: http://localhost:3000

Versions

v1.0

  • Default project implementation

Authors

  1. Kelvin Kiptum Kiprop - https://github.com/kelvink96

License

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