A web application that helps users create and format Wikipedia articles with a guided process.
- Interactive article editor with real-time preview
- Wikipedia-style formatting
- Dark mode support
- Local storage for work in progress
- Save and load functionality for drafts
- Preview in Wikipedia format
- Clone the repository:
git clone https://github.com/nigelp/wiki_coach.git
cd wiki_coach
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 in your browser
To create a production build:
npm run build
This project is configured for deployment on Netlify. The netlify.toml
file contains the necessary build settings and redirect rules for the Single Page Application.
To deploy:
- Push your changes to the GitHub repository
- Connect your repository to Netlify
- Netlify will automatically build and deploy your site
MIT