-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,51 @@ | ||
# art.mrzzy.co | ||
art.mrzzy.co Website | ||
|
||
Modern Artist Website. | ||
|
||
## Description | ||
|
||
Modern [JAMStack](https://jamstack.org/) Artist website to exhibit my art | ||
and _potentially_ sell them. | ||
|
||
Built with [React](https://react.dev) / [Next.js](https://nextjs.org/), [Radix](https://www.radix-ui.com/) / [shadcn](https://ui.shadcn.com/) UI components using [TypeScript](https://www.typescriptlang.org/). | ||
[Hosted](https://github.com/mrzzy/nimbus/) on static files Backblaze B2 & behind Cloudflare CDN. | ||
|
||
## Features | ||
|
||
- Home page shows a random featured painting based on device orientation. | ||
- Mobile responsive design. | ||
- Modal gallery zoom view. | ||
|
||
## Usage | ||
|
||
Goto https://art.mrzzy.co and buy a painting. | ||
|
||
## Contributing | ||
|
||
Install dependencies | ||
|
||
```sh | ||
npm install --dev | ||
``` | ||
|
||
Run development server | ||
|
||
```sh | ||
npm run dev | ||
``` | ||
|
||
Unit tests | ||
|
||
```sh | ||
npm run test | ||
``` | ||
|
||
Production build | ||
|
||
```sh | ||
npm run build | ||
``` | ||
|
||
## License | ||
|
||
MIT. |