@@ -29,7 +29,7 @@ This website is built with modern web technologies:
2929- ** Content** : [ mdsvex] ( https://mdsvex.pngwn.io/ ) - Markdown processor for Svelte
3030- ** Icons** : [ Svelte Icons Pack] ( https://leshak.github.io/svelte-icons-pack/ ) - Icon library
3131- ** Deployment** : [ GitHub Pages] ( https://pages.github.com/ ) - Static site hosting
32- - ** CI/CD** : GitHub Actions - Automated deployment
32+ - ** CI/CD** : [ GitHub Actions] ( https://github.com/features/actions ) - Automated deployment
3333
3434## Features
3535
@@ -49,21 +49,21 @@ This website is built with modern web technologies:
4949- [ Node.js] ( https://nodejs.org/ ) (version 18 or higher)
5050- [ npm] ( https://www.npmjs.com/ ) (comes with Node.js)
5151
52- ### Development Setup
52+ ### Build locally
5353
54541 . ** Clone the repository** :
55- ``` bash
55+ ``` shell
5656 git clone https://github.com/spyder-ide/spyder-website.git
5757 cd spyder-website
5858 ```
5959
60602 . ** Install dependencies** :
61- ``` bash
61+ ``` shell
6262 npm install
6363 ```
6464
65653 . ** Start development server** :
66- ``` bash
66+ ``` shell
6767 npm run dev
6868 ```
6969
@@ -83,10 +83,10 @@ This website is built with modern web technologies:
8383
8484## Project Structure
8585
86- ```
86+ ``` text
8787spyder-website/
8888βββ src/
89- β βββ routes/ # Page routes and content
89+ β βββ routes/ # Page routes and content
9090β β βββ +page.svelte # Homepage
9191β β βββ about/ # About page
9292β β βββ blog/ # Blog posts and pages
@@ -133,33 +133,33 @@ The built site will be available at [http://localhost:5174](http://localhost:517
133133
134134We welcome contributions from the community! Please see our [ Contributing Guide] ( CONTRIBUTING.md ) for details on:
135135
136+ - Reporting issues
136137- Setting up the development environment
137138- Creating blog posts
138139- Making code contributions
139140- Submitting pull requests
140- - Reporting issues
141141
142142### Quick Contribution Steps
143143
144- 1 . Fork this repository
145- 2 . Create a feature branch (` git checkout -b feature/amazing-feature ` )
144+ 1 . Fork and clone this repository
145+ 2 . Create a topic branch (` git switch -c topic-branch-name-here ` )
1461463 . Make your changes
1471474 . Test locally (` npm run dev ` )
1481485 . Commit your changes (` git commit -m 'Add amazing feature' ` )
149- 6 . Push to your branch (` git push origin feature/amazing-feature ` )
150- 7 . Open a Pull Request
149+ 6 . Push your branch to your fork (` git push -u origin topic-branch-name-here ` )
150+ 7 . Open a [ Pull Request] ( https://github.com/spyder-ide/spyder-website/pull/new )
151151
152152## Community
153153
154154- π ** Main Project** : [ Spyder IDE] ( https://github.com/spyder-ide/spyder )
155155- π¬ ** Discussions** : [ GitHub Discussions] ( https://github.com/spyder-ide/spyder/discussions )
156- - π ** Issues** : [ Bug Reports] ( https://github.com/spyder-ide/spyder/issues )
156+ - π ** Issues** : [ Bug Reports] ( https://github.com/spyder-ide/spyder-website /issues )
157157- π§ ** Mailing List** : [ Google Groups] ( https://groups.google.com/group/spyderlib )
158158- π¦ ** Twitter** : [ @Spyder_IDE] ( https://twitter.com/Spyder_IDE )
159159
160160## License
161161
162- This project is licensed under the MIT License - see the [ LICENSE.md] ( LICENSE.md ) file for details.
162+ This project is released under the MIT License - see the [ LICENSE.md] ( ./ LICENSE.md) file for details.
163163
164164## Acknowledgments
165165
@@ -168,6 +168,3 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
168168- Powered by [ SvelteKit] ( https://kit.svelte.dev/ ) and [ TailwindCSS] ( https://tailwindcss.com/ )
169169- Hosted on [ GitHub Pages] ( https://pages.github.com/ )
170170
171- ---
172-
173- * Made with love for the Python community*
0 commit comments