skolplattformen-backup/apps/website
Sebastian Palmqvist fef71c7923
fix: removed price components. Altered QA. (#653)
* fix: (index.tsx, FunFacts.tsx, NavLinks.tsx, QA.tsx) removed price components. Altered QA.

* Keeping FunFacts.tsx unchanged. Changing value of price to 0.

Co-authored-by: Lee Sheppard <coolusername244@users.noreply.github.com>
Co-authored-by: Lvan Ni <lvan-ni@users.noreply.github.com>

* Updated price to 0. Altered PricingTemp text.

* fix: (PricingTemp.tsx) added features to "baseFeatures"

---------

Co-authored-by: Lee Sheppard <coolusername244@users.noreply.github.com>
Co-authored-by: Lvan Ni <lvan-ni@users.noreply.github.com>
2023-09-17 19:38:08 +02:00
..
__mocks__ moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
assets moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
components fix: removed price components. Altered QA. (#653) 2023-09-17 19:38:08 +02:00
content moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
pages moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
styles moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
utils moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.babelrc moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.eslintrc.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.gitignore moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.nvmrc moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.prettierrc fix: lint and prettier fixes 2021-10-06 22:47:50 +02:00
README.md moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
jest.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
next-env.d.ts moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
next-sitemap.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
next.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
package.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
postcss.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
tailwind.config.js Fix: Styles, pricing & contact email (#576) 2021-12-02 11:32:08 +00:00
tsconfig.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
vercel.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
yarn.lock moved site and app to new directory structure 2021-10-03 21:16:40 +02:00

README.md

Öppna skolplattformen

This is the website for Öppna skolplattformen. It's built using Next.js. Most of the site content can be found in the components folder.

Getting started

Have a look at the overall readme for general instructions on getting started.

Run the following commands from the packages/site directory.

$ yarn
$ yarn dev

Open your favorite browser to http://localhost:3000

Build a release version of the site with:

$ yarn build

Running tests

$ yarn lint
$ yarn test