-
Notifications
You must be signed in to change notification settings - Fork 0
02. Getting Started
DeepakNess edited this page Aug 6, 2024
·
1 revision
- Node.js (version 12 or higher)
- npm (usually comes with Node.js)
-
Clone the repository:
git clone https://github.com/yourusername/crispwrite.git -
Navigate to the project directory:
cd crispwrite -
Install dependencies:
npm install -
Run the development server:
npm run start -
Open your browser and visit
http://localhost:8080to see your blog in action.
To build your blog for production, run:
npm run build
This will generate the static site in the _site directory.
- Documentation: GitHub Wiki
- Demo: Crispwrite Demo
- Source Code: GitHub Repository
- Author: DeepakNess - GitHub
- License: MIT