Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nouamanetazi/mathemaroc
https://github.com/nouamanetazi/mathemaroc
hacktoberfest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nouamanetazi/mathemaroc
- Owner: NouamaneTazi
- Created: 2020-03-19T19:19:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T21:59:04.000Z (over 1 year ago)
- Last Synced: 2024-08-15T14:12:18.285Z (5 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://www.mathemaroc.com/
- Size: 31 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Math&maroc website
Landing page for Math&Maroc, made using Next.js, Chakra UI, and Contentful
### CMS (Content Management System)
For now we're using **Contentful** which provides 2 locales max for free (see [link](https://www.contentful.com/pricing/)) and 5 users max
Other alternatives can be found [here](https://nextjs.org/docs/basic-features/pages#static-generation-recommended).
* [Prismic](https://prismic.io/pricing) seems like a very promising option, that we're planning to migrate to soon.
* We can use [**strapi**](https://strapi.io/starters/strapi-starter-next-js-blog) an open-source headless CMS, which we can host on Heroku for free, which would remove all limits### Installation
* Install Node.js from: (Tested with v16.16.0 - In case you want to have multiple versions of Node.js installed, use [nvm](https://github.com/nvm-sh/nvm))
* Install yarn from:
* In your command shell, run `yarn` to install dependencies
* Create a `.env` file in the root directory of the project by copying the `.env.local.example` file and filling the values.### Start the application
To run your site locally, use:
```
yarn dev
```To run it in production mode, use:
```
yarn build
yarn start
```### Inspiration
*
*