- Node.js (v16 or later)
- npm (v8 or later) or yarn
-
Clone the repository:
git clone https://github.com/your-username/ARTISTAN.git cd ARTISTAN -
Install dependencies:
npm install
To start the development server:
npm run devOpen http://localhost:3000 to view it in your browser.
To create a production build:
npm run buildThis project is set up for deployment to GitHub Pages:
- Create a new repository on GitHub
- Push your code to the
mainbranch - Go to Settings > Pages
- Under "Source", select "GitHub Actions"
- The site will be deployed to:
https://<your-username>.github.io/ARTISTAN/
-
Build the project:
npm run build
-
Deploy the contents of the
distdirectory to your hosting provider.
/src- Source files/components- React components/styles- Global styles/data- Data files
This project is licensed under the MIT License - see the LICENSE file for details.# ARTISTAN