Skip to content

Sekky61/personal_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal website

This project is my personal website. I intend to use it as a portfolio website and a blog website. See the website deployed here.

Technologies used:

Installation

Simply clone the repository and install Sanity CLI.

git clone https://github.com/Sekky61/personal_website.git
cd personal_website
npm install -g @sanity/cli
npm install

Development

To run the development server:

cd web
npm run dev

To use the production dataset, set environment variable SANITY_DATASET=production.

Open http://localhost:3000 in the browser to see the website.

To run Sanity:

cd admin
npm run dev

Open http://localhost:3333 in the browser to see Content Studio.

To push new version of Sanity to the Sanity cloud, run:

npm run deploy

License

This website is available under the MIT license. See the LICENSE file for more info.