Skip to content

Riddhiman007/art-blog

Repository files navigation

Kalaspandan Art

This is a website for art lovers who want to create, sell their artwork and learn about art.

Start the application

First clone the application.

To start the application (development server) type this in the shell:

npm i && npm run dev

# or
yarn && yarn dev

# you may use pnpm also

To start the application in production mode, first build the application by running the following command.
npm run build

# or
yarn build

# you may use pnpm also

To start the build by running the following command:

npm start

# or
yarn start

# you may use pnpm also

Deploying

To deploy the project, first build the application as described above and then use the .next file in the project.

About

art-blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published