-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor new website into its corresponding folder
- Loading branch information
1 parent
e0e78e3
commit 9f514e5
Showing
14 changed files
with
46 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,8 @@ | ||
# deepchem.io | ||
Website for DeepChem - https://deepchem.io. | ||
|
||
## Instructions | ||
### Setting Up | ||
- Install dependencies using `npm i` in the `/deepchem/` directory | ||
Website for deepchem https://deepchem.io. | ||
|
||
### Run | ||
- Execute `npm run dev` to start a dev server | ||
- Run `npx next dev -H <hotspot-ip> -p 3000` to test on mobile devices | ||
|
||
### Build | ||
- Execute `npm run build` | ||
The static pages for the website will be maintained in this repo. They will be served automatically by [GitHub Pages](https://pages.github.com/). | ||
|
||
### Lint | ||
- Execute `npm run lint` | ||
|
||
## TechStack | ||
- [Next-13](https://nextjs.org/blog/next-13) | ||
- [TailwindCSS](https://tailwindcss.com/) | ||
|
||
## Features | ||
- Models | ||
- Datasets | ||
- Tutorials | ||
|
||
## Links | ||
- [UI/UX](https://www.figma.com/file/lx8RDjCI7XyzLeUMmP7tCw/DeepChem?node-id=0%3A1&t=fen0Nhme contributers | ||
|
||
## Adding users and contributers to the carousels in home page and about page | ||
- To add an organisation to the `Used by Scientific Leaders` section, add the the logo of the new organisation to the `/deepchem/public/used-by ` directory | ||
- To add an organisation to the `Companies and Universities developing Deepchem` section in the About page, add the the logo of the new organisation to the `/deepchem/public/about/companies-developing-deepchem` directory | ||
- File names can be flexible, but should be meaningful and represent the organisation | ||
- Files must be .png files with transparent backgrounds | ||
|
||
## Workflow | ||
|
||
![](./public/assets/workflow.png) | ||
The frontpage for the website is in index.html. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# deepchem.io | ||
Website for DeepChem - https://deepchem.io. | ||
|
||
## Instructions | ||
### Setting Up | ||
- Install dependencies using `npm i` in the `/deepchem/` directory | ||
|
||
### Run | ||
- Execute `npm run dev` to start a dev server | ||
- Run `npx next dev -H <hotspot-ip> -p 3000` to test on mobile devices | ||
|
||
### Build | ||
- Execute `npm run build` | ||
|
||
### Lint | ||
- Execute `npm run lint` | ||
|
||
## TechStack | ||
- [Next-13](https://nextjs.org/blog/next-13) | ||
- [TailwindCSS](https://tailwindcss.com/) | ||
|
||
## Features | ||
- Models | ||
- Datasets | ||
- Tutorials | ||
|
||
## Links | ||
- [UI/UX](https://www.figma.com/file/lx8RDjCI7XyzLeUMmP7tCw/DeepChem?node-id=0%3A1&t=fen0Nhme contributers | ||
|
||
## Adding users and contributers to the carousels in home page and about page | ||
- To add an organisation to the `Used by Scientific Leaders` section, add the the logo of the new organisation to the `/deepchem/public/used-by ` directory | ||
- To add an organisation to the `Companies and Universities developing Deepchem` section in the About page, add the the logo of the new organisation to the `/deepchem/public/about/companies-developing-deepchem` directory | ||
- File names can be flexible, but should be meaningful and represent the organisation | ||
- Files must be .png files with transparent backgrounds | ||
|
||
## Workflow | ||
|
||
![](./public/assets/workflow.png) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes