Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exu3/ct-rewrite
WIP
https://github.com/exu3/ct-rewrite
Last synced: about 1 month ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/exu3/ct-rewrite
- Owner: exu3
- Created: 2021-05-05T00:28:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T07:06:24.000Z (over 3 years ago)
- Last Synced: 2024-10-27T23:48:17.899Z (3 months ago)
- Language: JavaScript
- Homepage: ct-curriculum-decks-only.vercel.app
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to contribute (curriculum):
#### Set up your local environment
- Clone this repository: `git clone https://github.com/eilla1/ct-rewrite.git ct-website`
- Then, to get to the `curriculum` directory, do the following: `cd ct-website/curriculum/`
- In your terminal run `yarn` to install dependencies and `yarn dev` to run it locally at [localhost:3000](localhost:3000)#### Adding content
- Make a new deck by going to the `decks` directory and adding a new file called `your-deck-name.mdx`
- Refer to the mdx-deck documentation for the deets.