Skip to content

Commit f671a55

Browse files
committed
change to entirely new different website
1 parent 7749949 commit f671a55

File tree

7,131 files changed

+956040
-980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,131 files changed

+956040
-980
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 51 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,69 @@
1-
# CatalystNeuro
1+
# Welcome to your Lovable project
22

3-
Welcome to the CatalystNeuro website repository!
3+
## Project info
44

5-
This website is built using Jekyll with the Minimal Mistakes theme.
5+
**URL**: https://lovable.dev/projects/22fbd523-dc9b-4cd8-826a-7dba03a59fd9
66

7-
## About CatalystNeuro
7+
## How can I edit this code?
88

9-
CatalystNeuro is a project focused on advancing neuroscience research and technology.
9+
There are several ways of editing your application.
1010

11-
## Website
11+
**Use Lovable**
1212

13-
The CatalystNeuro website showcases our team, projects, and research findings. You can visit the website at:
13+
Simply visit the [Lovable Project](https://lovable.dev/projects/22fbd523-dc9b-4cd8-826a-7dba03a59fd9) and start prompting.
1414

15-
[https://jasonmaxd.github.io/catalystneuro](https://jasonmaxd.github.io/catalystneuro)
15+
Changes made via Lovable will be committed automatically to this repo.
1616

17-
## Getting Started
17+
**Use your preferred IDE**
1818

19-
If you are interested in contributing to the website or making changes, follow these steps to set up a local development environment:
19+
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
2020

21-
1. Clone the repository to your local machine:
22-
git clone https://github.com/jasonmaxd/catalystneuro.github.io
21+
The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
2322

24-
2. Install the necessary dependencies:
25-
cd catalystneuro
26-
bundle install
23+
Follow these steps:
2724

28-
3. Start the local development server:
29-
bundle exec jekyll serve
25+
```sh
26+
# Step 1: Clone the repository using the project's Git URL.
27+
git clone <YOUR_GIT_URL>
3028

31-
4. Open your web browser and visit [http://localhost:4000](http://localhost:4000) to view the website locally.
29+
# Step 2: Navigate to the project directory.
30+
cd <YOUR_PROJECT_NAME>
3231

33-
## Contributing
32+
# Step 3: Install the necessary dependencies.
33+
npm i
3434

35-
We welcome contributions from the community! If you have any ideas, bug reports, or feature requests, please open an issue or submit a pull request.
35+
# Step 4: Start the development server with auto-reloading and an instant preview.
36+
npm run dev
37+
```
3638

37-
For more details on how to contribute, please see our [Contribution Guidelines](CONTRIBUTING.md).
39+
**Edit a file directly in GitHub**
3840

39-
## License
41+
- Navigate to the desired file(s).
42+
- Click the "Edit" button (pencil icon) at the top right of the file view.
43+
- Make your changes and commit the changes.
4044

41-
This project is licensed under the [MIT License](LICENSE).
45+
**Use GitHub Codespaces**
46+
47+
- Navigate to the main page of your repository.
48+
- Click on the "Code" button (green button) near the top right.
49+
- Select the "Codespaces" tab.
50+
- Click on "New codespace" to launch a new Codespace environment.
51+
- Edit files directly within the Codespace and commit and push your changes once you're done.
52+
53+
## What technologies are used for this project?
54+
55+
This project is built with .
56+
57+
- Vite
58+
- TypeScript
59+
- React
60+
- shadcn-ui
61+
- Tailwind CSS
62+
63+
## How can I deploy this project?
64+
65+
Simply open [Lovable](https://lovable.dev/projects/22fbd523-dc9b-4cd8-826a-7dba03a59fd9) and click on Share -> Publish.
66+
67+
## I want to use a custom domain - is that possible?
68+
69+
We don't support custom domains (yet). If you want to deploy your project under your own domain then we recommend using Netlify. Visit our docs for more details: [Custom domains](https://docs.lovable.dev/tips-tricks/custom-domain/)

0 commit comments

Comments
 (0)